ADVERTISEMENT

Embiid scores 42 as Sixers down Bucks

Published Feb 18, 2022 03:36 pm

Joel Embiid of the Philadelphia 76ers (center) works against Serge Ibaka (left) and Giannis Antetokounmpo of the Milwaukee Bucks during the second half of a game at Fiserv Forum on February 17, 2022 in Milwaukee, Wisconsin. (AFP)

Joel Embiid scored 42 points to win his personal duel with Giannis Antetokounmpo as the Philadelphia 76ers scored a 123-120 victory over the Milwaukee Bucks on Thursday.

After a humiliating 135-87 loss to Boston on Tuesday, the Sixers roared back to life with a gutsy win over the reigning NBA champions in Milwaukee.

Embiid enhanced his MVP credentials with another dominant performance for Philadelphia in the final game before the All-Star break.

Antetokounmpo led the Bucks' scoring with 32 points, while Jrue Holiday had 24 and Khris Middleton 19.

But the victory went to Embiid and the Sixers in a game that saw the lead change hands 15 times.

Cameroonian star Embiid, who will turn out for Kevin Durant's All-Star line-up this weekend, said the Sixers had been determined to make a statement after Tuesday's mauling by Boston.

"It sucked... we learned a lot from that," Embiid said.

"Tonight we had to get back to our game and send a message."

The Sixers also relished another battle with Antetokounmpo.

"These kind of match-ups are always fun, battling against a great player," Embiid said.

The Sixers victory also came without new recruit James Harden, who is expected to be fit after the All-Star break. Embiid is looking forward to welcoming Harden into the fold after his blockbuster move from Brooklyn.

"I'm excited about it, I'm excited for us to be healthy," he said.

"I've got to keep doing what I've been doing and I'm sure my teammates are going to follow. We're excited about what we can accomplish."

Doncic dominates

Elsewhere Thursday, Dallas star Luka Doncic continued his superb run of recent form with 49 points as the Mavericks overpowered the Pelicans 125-118 in New Orleans.

The 22-year-old Slovenian star's dazzling display included seven three-pointers as well as 15 rebounds and eight assists in a game that Dallas dominated after piling on 45 points in the first quarter.

Doncic, who will report for duty as one of the reserves on LeBron James's team for the All-Star break, has posted scores of 49, 21, 45 and 51 points in his last four outings.

Jalen Brunson (23 points) and Maxi Kleber (20) were the Mavs' other main scorers.

C.J. McCollum led the Pels' scoring with 38 points, including 10 three-pointers.

In Charlotte, the Miami Heat bounced back from Tuesday's defeat to Dallas with a 111-107 victory over the Hornets to regain top spot in the Eastern Conference.

Kyle Lowry's 25 points and a 21-point display from Duncan Robinson sparked the Heat, who saw all five starters finish in double digits.

In Brooklyn, a burst of fourth-quarter scoring helped the Washington Wizards to a 117-103 win over the Nets.

The Wizards erupted for 39 points in the final period to pull clear of the Nets, who had been looking to extend a winning streak to three games.

Rui Hachimura led the scoring for Washington with 20 points from the bench, one of seven Wizards players to hit double figures on the night.

Corey Kispert had 16 points, while Ish Smith added 15.

Patty Mills topped the Brooklyn scorers with 22 points.

The Nets were without the injured Kevin Durant as well as Kyrie Irving, who is unable to play due to local Covid-19 regulations in New York.

Related Tags

Joel Embiid Milwaukee Bucks Philadelphia 76ers
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.