NBA 2023-24 Game By Game (by Conference) (2024)

Can You Guess Who Had the Most Points In Each Game of the 2023-24 NBA Regular Season?

By BriMan29

15m

177 Questions

175 Plays175 Plays

175 Plays

Comments

Give Quiz Kudos

Give Quiz Kudos

-

")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.quest_id, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$j('#snark').hide();$objective.insertAfter($j('#gameOverMsg'));} else if (is_flagship_app_view) {$j('#snark').html();$objective.appendTo($j('#snark'));} else {$objective.appendTo($j('#reckoning .stats-wrapper'));}} else if (showSnark) {var snark = getSnark(userPct);var attachSnarkModalListener = false;if (snark !== '') {snark = ""+snark+"";if (!window.mweb) {if (false) {attachSnarkModalListener = true;snark += "";} else {snark += "";}}} else {$j('#snark').hide();}$j('#snark').html(snark);if(attachSnarkModalListener){ $j('#hide-snark-open-confirmation-modal').on('click', function () { var modalArgs = {title: 'Hide These Messages?',message: 'Are you sure you want to hide post-quiz messages?', onYes: function(remodal){ $j.ajax({ type: "GET", url: "/ajax/user_settings.php", data: {s: 0}, success: function(response) { if (response.success) { $j('#snark').hide(); remodal.close(); } else { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }, error: function(response) { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }); } }; SporcleLib.Modal._openConfirmationModal(modalArgs); }); }} else {$j('#snark').hide();}// Update get reckoning with playlist infovar playlistData;if (mweb) {playlistData = typeof window.playlist === 'object' && window.playlist.hasOwnProperty('games') ? window.playlist : null;} else {playlistData = window.Sporcle.gameData.playlist ? window.Sporcle.gameData.playlist.vm.data : null;}if (playlistData) {playlistReckoning(playlistData, userPct, false && !stopwatch);}$j('#playGameBar').addClass('reckoning');$j('#reckonBox').show();if (mweb) {/* mobile games only */$j('#reckoning-numright').html(numRight);$j('#reckoning-time').html(displayTime(timerSecs));if (stopwatch) {$j('#reckoning-time-title').text("Stopwatch");$j('#reckoning-time, #reckoning-score').addClass('timePast');}var checkToOpenFlorinPlayGoalModal = () => {if (userPct == 0) {return;}if (!florinsPlayGoalData) {return;}var openModal = false;if (florinsPlayGoalData.reward_claimable) {openModal = true;} else if (florinsPlayGoalData.curr_streak + 1 == florinsPlayGoalData.goal_days && florinsPlayGoalData.plays_today == 0) {// First play of the day, this should complete their play goalopenModal = true;}if (openModal) { window.SporcleLib.Modal.openFlorinPlayGoalModal({ // Fudge these values to be at the goal, since we haven't necessarily logged this play yet and it might be the 7th curr_streak : florinsPlayGoalData.goal_days, reward_claimable : true, plays_today : florinsPlayGoalData.plays_today + 1, goal_days : florinsPlayGoalData.goal_days, reward_amount : florinsPlayGoalData.reward_amount, })}}if (is_flagship_app_view) {let animations = window.animations;let hapticType = 'success';let completeMsg;let animConfig = {animationData : animations.checkmark,loop : true,playSegments : [[0, 30], [31, 75]]};if (userPct == 1) {animConfig.animationData = animations.perfectScore;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Perfect Score!";} else if (timerSecs == 0) {hapticType = 'error';animConfig.animationData = animations.outOfTime;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Out of Time!";} else if (_spks && !didGiveUp) {hapticType = 'error';animConfig.animationData = animations.bomb;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "You Hit a Mine!";}window.SporcleLib.Modal.openModalFromTpl($j('#post-game-modal-tpl').html(), {show_loading : false,onInit : (modal) => {let $modal = modal.$modal; $modal.attr('id', 'postGameModal'); postGameAnim = lottie.loadAnimation({container : $modal.find('#postGameIcon')[0],animationData : animConfig.animationData,loop : animConfig.loop,autoplay : false});$modal.find('.modal-close').on('click', () => {window.continuePostQuiz();}); $modal.find('#completeMsg').html(completeMsg); $modal.find('#postPct').html(roundPercentScore(userPct));$modal.find('#postCorrect').html($j('#reckoning-score').text());if (snark) {$modal.find('#snark').html(snark);} else {$modal.find('#snark').hide();}setTimeout(() => {postGameAnim.playSegments(animConfig.playSegments, true);// if (hapticType) {// setTimeout(() => {// window.SporcleApp.api.playHaptic(hapticType);// }, 150);// }}, 150);},onClose : () => {checkToOpenFlorinPlayGoalModal();}});} else {checkToOpenFlorinPlayGoalModal();}}$j('#playGameBox').empty().hide();$j('#postGameBox').show();}function toggleshow() {showans = !showans;}function roundPercentScore(pctScore) {return _.round(100 * pctScore);}function updateBadge(userPct) {var earned = false;if (quizBadge && userPct > 0) { if (quizBadge.criteria && quizBadge.criteria.length) { var requiredCount = quizBadge.criteria.length; var earnedCount = 0; //Loop through possible badge criteria to see if we earned them quizBadge.criteria.forEach(function (criterion) { var comparison = parseInt(criterion.compare); if(criterion.name === 'percent'){ if ((comparison === 0 && userPct === parseFloat(criterion.value)) || //'0' means percent needs to equal (comparison === 1 && userPct > parseFloat(criterion.value)) || //'1' means percent needs to be greater than (comparison === -1 && userPct < parseFloat(criterion.value)) //'-1' means percent needs to be less than (at the time of writing, no badge exists like this) ) { earnedCount++; } } else if (criterion.name === 'month'){ var d = new Date(); //getMonth() starts at 0 if((d.getMonth() + 1 == criterion.value && comparison === 0) || (d.getMonth() + 1 > criterion.value && comparison === 1) || (d.getMonth() + 1 < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day'){ var d = new Date(); if((d.getDate() == criterion.value && comparison === 0) || (d.getDate() > criterion.value && comparison === 1) || (d.getDate() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day_of_the_week'){ var d = new Date(); if((d.getDay() == criterion.value && comparison === 0) || (d.getDay() > criterion.value && comparison === 1) || (d.getDay() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'avg_percent' && typeof averageScore !== 'undefined') {var roundedUserPct = _.round(userPct, 2); //matches backend precision in badge trackervar roundedAvgPct = _.round(averageScore, 2);if((roundedUserPct == roundedAvgPct && comparison === 0) || (roundedUserPct > roundedAvgPct && comparison === 1) || (roundedUserPct < roundedAvgPct && comparison === -1) ){ earnedCount++; } }}); earned = earnedCount == requiredCount;} else {earned = true;}} if (earned) {quizBadge.condition_earned = true;quizBadge.achieved_count++; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});_(quizBadge.conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {condition.earned = true;}});if (spliceIndex !== null) {quizBadge.remaining_conditions.splice(spliceIndex, 1); quizBadge.condition_earned_date = (new Date()).toLocaleDateString(undefined, { year: 'numeric', month: 'long', day: 'numeric' });; }if (quizBadge.remaining_conditions.length === 0 ) {if (quizBadge.badge_earned && quizBadge.levelable) {quizBadge.achieved_count = 0;quizBadge.level++;var currDate = new Date();quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();} else {quizBadge.badge_earned = true;var currDate = new Date();quizBadge.earned_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();if (quizBadge.levelable) {quizBadge.level = 1;quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();quizBadge.achieved_count = 0;}}}if (badgeTooltip) {badgeTooltip.deactivate();}if (badgeTooltipRightRail) {badgeTooltipRightRail.deactivate();}var template = _.template($j('#quiz-badge-template').html());if (window.mweb) {$j('#main-wrapper .quiz-badge').replaceWith($j(template(quizBadge)));} else {quizBadge.tooltip_trigger_id = 'quiz-badge-art';$j('#main-quiz-content .quiz-badge').replaceWith($j(template(quizBadge)));quizBadge.tooltip_trigger_id = 'quiz-badge-art-right-rail';$j('#right-rail .quiz-badge').replaceWith($j(template(quizBadge)));if (!quizBadge.badge_earned) {if (window.setupUnearnedBadgeTooltip) {window.setupUnearnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupUnearnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);} else {var conditionsTemp = _.template($j('#badge-conditions-template').html());var tooltipHtml = $j(conditionsTemp(quizBadge));const badgeTooltipOptions = { //this should match /sporcle-ui/tooltips/functionalTooltipstarget : true,tipJoint : 'bottom middle',showOn : 'mouseover',hideTriggers : ['target','tip'],stemLength : 8,stemBase : 12,hideOn : 'mouseout',removeElementsOnHide : true,background : 'white',borderColor : '#d8d8d8',borderWidth : 1,shadowOffset : [3,3],shadowBlur : 10,showEffect : 'slide',showEffectDuration : 0.1,hideEffectDuration : 0.3,className : 'badge-tooltip',shadowColor : 'rgba(0,0,0,0.25)'};badgeTooltip = new Opentip('#quiz-badge-art', tooltipHtml.html(), badgeTooltipOptions);badgeTooltipRightRail = new Opentip('#quiz-badge-art-right-rail', tooltipHtml.html(), badgeTooltipOptions);}} else {if (window.setupEarnedBadgeTooltip) {window.setupEarnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupEarnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);}}}}}function showHintTooltip(x, y, hint) {$hint = $j('#hintTooltip');if ($hint.length == 0) {$hint = $j('

' +'

' +'

' +'

' +'

' +'

').appendTo($j('body'));}if (hint) {var $afterContainer = $hint.find('.afterContainer');var $after = $hint.find('.after');// Set to max width before resize$afterContainer.css({width: '120px'});$hint.show();// Set tooltip text to hint$after.html(hint);// Get width of tooltip with textvar width = Math.ceil($after[0].offsetWidth) + 1;var leftShift = 0;if (mweb) {// Make sure the tooltip doesn't go off either side of the screenvar leftBound = 51;var rightBound = $j('body').width() - 71;var buf = 11;// Shift based on width of textvar shiftLimit = Math.max(width/2 - 20, 0);if (x < leftBound) {// Too close to left edge of screenleftShift = -shiftLimit;x = Math.max(x, buf);} else if (x > rightBound) {// Too close to right edge of screenleftShift = shiftLimit;x = Math.min(x, $j('body').width() - buf);}}// Set the position of the hint$hint.css({left: x + 'px',top: y + 'px',});// Set outer container size and position$afterContainer.css({width: width + 'px',left: '-' + ((width / 2) + leftShift) + 'px'});} else {$hint.hide();}}function getRandomColor() {var r = Math.round(Math.random() * 255);var g = Math.round(Math.random() * 255);var b = Math.round(Math.random() * 255);return 'rgb(' + r + ',' + g + ',' + b + ')';}function hintTooltipIsDisplayed() {return $j('#hintTooltip').is(':visible');}function getCurrentHintText() {return $j('#hintTooltip .afterContainer .after').text();}async function runStartCode(stopwatch) {if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {if (window.startTriggered) {return;} else {window.startTriggered = true;}if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}startGame(900);callSPHooks('postStart');}}function callSPHooks(name) {if (typeof _spHooks != 'undefined') {var hlen = _spHooks[name].length;for (var i = 0; i < hlen; i++) {_spHooks[name][i]();}}}

0/177

Quiz is untimed. Quiz plays in practice mode will not be counted towards challenge completion or badge progress.

15:00

Game 1
39p Bucks
33p Kings
33p Mavericks
Game 2
49p Mavericks
43p Cavaliers
Game 3
51p Bulls
37p Kings
Game 4
42p Warriors
41p Hawks
Game 5
38p Clippers
38p Spurs
32p Celtics
Game 6
48p 76ers
38p T'Wolves
Game 7
45p Nets
41p Suns
Game 8
54p Bucks
43p Thunder
Game 9
50p 76ers
44p Mavericks
Game 10
39p 76ers
39p Raptors
36p Nuggets
Game 11
43p Kings
37p Hornets
37p Bucks
Game 12
38p Suns
36p Heat
Game 13
40p Bucks
40p Thunder
Game 14
45p Nets
45p Celtics
37p Lakers
Game 15
40p Thunder
36p Raptors
Game 16
40p Suns
39p Bucks
Game 17
44p Pacers
41p Mavericks
Game 18
45p Hawks
35p Nuggets
Game 19
42p Nets
37p Grizzlies
Game 20
50p 76ers
49p Grizzlies
Game 21
42p Magic
41p Clippers
Game 22
41p Grizzlies
40p Hawks
Game 23
44p Grizzlies
41p 76ers
Game 24
64p Bucks
47p Kings
Game 25
42p 76ers
40p Mavericks
40p Pelicans
Game 26
40p 76ers
38p Mavericks
Game 27
51p 76ers
41p Blazers
Game 28
37p Bucks
37p Grizzlies
Game 29
43p Kings
38p Knicks
Game 30
50p Mavericks
42p Hornets
Game 31
42p 76ers
40p Lakers
Game 32
40p Hawks
36p Thunder
Game 33
39p Mavericks
39p Knicks
Game 34
43p Magic
35p Suns
Game 35
44p Bucks
41p Mavericks
Game 36
48p Bucks
37p Kings
Game 37
45p Cavaliers
45p Celtics
35p Mavericks
Game 38
41p Lakers
41p 76ers
Game 39
44p Mavericks
41p 76ers
Game 40
39p Bulls
39p Lakers
Game 41
52p Suns
33p 76ers
33p Nets
Game 42
70p 76ers
40p Suns
Game 43
62p T'Wolves
38p Knicks
Game 44
46p Suns
43p Hornets
Game 45
73p Mavericks
45p Cavaliers
Game 46
60p Warriors
33p Nets
Game 47
51p 76ers
45p Mavericks
Game 48
41p Kings
40p Nets
Game 49
48p Bucks
42p Warriors
Game 50
45p Hornets
43p Suns
Game 51
49p Blazers
34p Bucks
Game 52
41p Warriors
37p Hawks
Game 53
40p Kings
39p Knicks
Game 54
43p Wizards
41p T'Wolves
Game 55
36p Magic
36p Pelicans
Game 56
41p Mavericks
35p Bucks
Game 57
36p Thunder
34p Knicks
Game 58
45p Mavericks
35p Knicks
Game 59
39p Kings
35p Bulls
Game 60
38p Nets
37p Mavericks
Game 61
46p Bucks
45p Rockets
Game 62
41p Celtics
41p Bucks
39p Mavericks
Game 63
44p T'Wolves
41p Hawks
Game 64
45p Suns
34p Bucks
Game 65
44p Lakers
40p Hawks
Game 66
46p Bulls
37p T'Wolves
37p Rockets
Game 67
42p Knicks
36p Mavericks
Game 68
42p Rockets
34p Knicks
34p Bulls
Game 69
35p Nuggets
32p Bucks
Game 70
41p Rockets
35p Bulls
Game 71
40p Knicks
36p Lakers
36p Pelicans
Game 72
37p Rockets
37p Celtics
Game 73
61p Knicks
34p Rockets
Game 74
47p Mavericks
38p Hawks
Game 75
52p Suns
36p Pistons
Game 76
50p Pistons
42p Nuggets
Game 77
40p Kings
37p 76ers
Game 78
48p Mavericks
43p Knicks
Game 79
52p 76ers
51p T'Wolves
Game 80
42p Rockets
39p Knicks
39p Bulls
Game 81
41p Nets
37p Lakers
Game 82
44p Grizzlies
40p Knicks
NBA 2023-24 Game By Game (by Conference) (2024)

References

Top Articles
Fact checking the new 'Elvis' movie: Did he really fire Colonel Tom Parker onstage in Las Vegas?
Dreaming about Ants: Symbolism, Messages, and Interpretations
Amc Near My Location
Part time Jobs in El Paso; Texas that pay $15, $25, $30, $40, $50, $60 an hour online
Form V/Legends
Amtrust Bank Cd Rates
Rabbits Foot Osrs
oklahoma city for sale "new tulsa" - craigslist
Georgia Vehicle Registration Fees Calculator
Comcast Xfinity Outage in Kipton, Ohio
Lycoming County Docket Sheets
Paketshops | PAKET.net
Citi Card Thomas Rhett Presale
Craigslist Chautauqua Ny
Newgate Honda
Fredericksburg Free Lance Star Obituaries
Moparts Com Forum
5 high school volleyball stars of the week: Sept. 17 edition
Parent Resources - Padua Franciscan High School
Marvon McCray Update: Did He Pass Away Or Is He Still Alive?
Parentvue Clarkston
White Pages Corpus Christi
ZURU - XSHOT - Insanity Mad Mega Barrel - Speelgoedblaster - Met 72 pijltjes | bol
My Homework Lesson 11 Volume Of Composite Figures Answer Key
ABCproxy | World-Leading Provider of Residential IP Proxies
John Chiv Words Worth
Jcp Meevo Com
Craiglist.nj
Stickley Furniture
Google Flights To Orlando
Bi State Schedule
Verizon TV and Internet Packages
Metra Union Pacific West Schedule
Family Fare Ad Allendale Mi
Wisconsin Women's Volleyball Team Leaked Pictures
3496 W Little League Dr San Bernardino Ca 92407
Weather Underground Bonita Springs
Pay Entergy Bill
Restored Republic May 14 2023
T&Cs | Hollywood Bowl
303-615-0055
20 bank M&A deals with the largest target asset volume in 2023
Is Ameriprise A Pyramid Scheme
Booknet.com Contract Marriage 2
2294141287
Take Me To The Closest Ups
Walmart Listings Near Me
Theatervoorstellingen in Nieuwegein, het complete aanbod.
Dietary Extras Given Crossword Clue
Diario Las Americas Rentas Hialeah
Fahrpläne, Preise und Anbieter von Bookaway
Who We Are at Curt Landry Ministries
Latest Posts
Article information

Author: Gov. Deandrea McKenzie

Last Updated:

Views: 5656

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Gov. Deandrea McKenzie

Birthday: 2001-01-17

Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

Phone: +813077629322

Job: Real-Estate Executive

Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.