ADVERTISEMENT

Warriors overcome triple-double by Luka Doncic to beat Mavericks

Published Apr 3, 2024 05:57 am

At A Glance

  • Six Warriors scored in double digits on a night when Stephen Curry shot just 5 for 18 from the floor. Thompson and Chris Paul each had 14 points, Curry scored 13 and Moses Moody had 12.

SAN FRANCISCO (AP) — Andrew Wiggins scored 23 points and the Golden State Warriors overcame Luka Doncic's 20th triple-double of the season to beat Dallas 104-100 on Tuesday night, April 3, snapping the Mavericks' seven-game winning streak.

download (5).webp
Stephen Curry (AP)

Doncic, the NBA’s leading scorer at 33.9 points per game, finished with 30 points, 12 rebounds and 11 assists. His 20 triple-doubles trail only Domantas Sabonis (26) and Nikola Jokic (23). Doncic also recorded his 48th 30-point game of the season, second only to Oklahoma City Thunder guard Shai Gilgeous-Alexander (50).

The Mavericks cut the deficit to 102-100 with 15 seconds remaining, but the Warriors were able to close out the game with late free throws from Klay Thompson.

Six Warriors scored in double digits on a night when Stephen Curry shot just 5 for 18 from the floor. Thompson and Chris Paul each had 14 points, Curry scored 13 and Moses Moody had 12.

Draymond Green made two huge plays down the stretch for the Warriors, blocking Daniel Gafford with 1:30 remaining, before giving Golden State an eight-point lead with a layup on the next possession. He had 11 points.

The Warriors led by 11 points with 7:28 remaining, but the Mavericks tied it at 92 with 4:28 left.

Dallas (45-30) remained fifth in the Western Conference. The Warriors (41-34) are still No. 10 in the West, three games ahead of the Houston Rockets (38-37).

The Mavericks started out the game with a 9-0 run but the Warriors finished the first quarter with a 28-27 lead. Curry led a 14-0 run by Golden State in the second quarter to give the Warriors a 13-point lead, but the Mavericks scored the final 13 points of the period to tie the game at 49 at halftime.

Warriors forward Jonathan Kuminga (knee) missed his fourth consecutive game, but Warriors coach Steve Kerr said Kuminga is expected to play Thursday at Houston.

Before the game, Mavericks coach Jason Kidd announced that rookie center Dereck Lively II could miss up to two weeks while he recovers from right knee soreness. Lively was injured during Sunday’s game against the Rockets. 

Meanwhile, LeBron James scored 23 points, Anthony Davis had 21 points and 12 rebounds and the Los Angeles Lakers beat the Toronto Raptors 128-111 on Tuesday night for their seventh win in eight games.

D’Angelo Russell shot 7 for 14 from 3-point range and scored 25 points, Rui Hachimura had 14 and Max Christie 12 as the Lakers handed slumping Toronto a 14th straight loss.

In Salt Lake City, Caris LeVert scored 26 points and Jarrett Allen had 21 points and 12 rebounds, helping the Cleveland Cavaliers beat the Utah Jazz ,129-113.

LeVert started in place of Donovan Mitchell, who missed Tuesday’s game due to injury management. Evan Mobley added 21 points for the Cavs, and reserve Sam Merrill had 18 points on six 3-pointers.

Chalk this one up to Nikola Jokic after Victor Wembanyama came up just short of outdueling the player who is hoping to soon pick up his third MVP award.

Jokic scored 42 points and outdueled the Rookie of the Year favorite in Denver's 110-105 win over the San Antonio Spurs on Tuesday night to retake sole possession of first place in the West.

Related Tags

Andrew Wiggins Golden State Warriors Stephen Curry Los Angeles Lakers
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.