A party for the ages (2024)

Nintendo Switch Online features supported

System: Nintendo Switch Release date: 05/10/2018

');$('.tox-section.'+sections[i]).removeClass(sections[i]);$('.smp-section.'+sections[i]+' .tox-content').wrapAll('

');$('.smp-section.'+sections[i]+' .smp-content > div').removeClass('tox-content tox-section');});// OVERVIEW FREE ONLINE// OVERVIEW INTRO$('.smp-intro').addClass('seperator-video seperator-video-top');$('.smp-intro .smp-content').append('

');$('.smp-intro .smp-content').append('

');$('.smp-intro .button').wrapAll('

');// OVERVIEW MARIO PARTY$('.smp-party-head').addClass('flags lightred-stripes-top');$('.smp-party-head .smp-content').append('

');$('.smp-party').addClass('pink-stripes-top');$('.smp-party .smp-content').append('

');// OVERVIEW CHARACTER$('.smp-characters-head .smp-content').append('A party for the ages (2)');$('.smp-characters-head .smp-content').append('

');$('.smp-characters').addClass('lightpink-stripes-top purple-stripes-top');$('.smp-characters .smp-content').append('

');// OVERVIEW BOARDS$('.smp-boards-head').addClass('lightpurple-stripes-top');$('.smp-boards-head .smp-content').append('

');$('.smp-video .smp-content').prepend('

');// MINIGAMES$('.smp-minigames-head .smp-content').prepend('

');// TOAD'S REC ROOM$('.smp-recroom-head .txt-img-container').wrap('

');// MARIOTHON$('.smp-mariothon .smp-content').prepend('

');// MORE FUN MODES$('.smp-fun-intro .smp-content').prepend('

');$('#smp-fun').append('

');// DISCLAIMER$('.smp-disclaimer-overview, .smp-disclaimer-minigames, .smp-disclaimer-recroom, .smp-disclaimer-mariothon, .smp-disclaimer-fun').addClass('flags');// CAROUSEL$('.overview-video-carousel-yt').wrapAll('

');$('.overview-video-carousel-txt').wrapAll('

');$('.smp-section.smp-video, .smp-section.smp-boards').wrapAll('

');$('.minigames-video-carousel-yt').wrapAll('

');$('img.recroom-carousel-img').unwrap().unwrap();$('.recroom-carousel-img').wrapAll('

');$('.recroom-carousel-txt').wrapAll('

');$('.fun-carousel-yt').wrapAll('

');$('.fun-carousel-txt').wrapAll('

');$('.overview-video-carousel').slick({centerPadding: '0',draggable: false,infinite: true,dots: true,asNavFor: '.overview-video-carousel-info',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true, }}]}).on('beforeChange', function() {$('.overview-video-carousel .slick-current iframe').attr('src', $('.overview-video-carousel .slick-current iframe').attr('src'));}).on('afterChange', function() {}); $('.overview-video-carousel-info').slick({centerPadding: '0',draggable: false,infinite: true,arrows: false,adaptiveHeight: true,asNavFor: '.overview-video-carousel',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true }}]}); $('.minigames-video-carousel').slick({centerPadding: '0',draggable: false,infinite: true,dots: true,speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true }}]}).on('beforeChange', function() {$('.minigames-video-carousel .slick-current iframe').attr('src', $('.minigames-video-carousel .slick-current iframe').attr('src'));}).on('afterChange', function() {});$('.recroom-carousel').slick({centerPadding: '0',draggable: false,infinite: true,slidesToShow: 2,slidesToScroll: 2,arrows: false,asNavFor: '.recroom-carousel-info',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true }},{ breakpoint: 550, settings: {slidesToShow: 1,slidesToScroll: 1 }}]}); $('.recroom-carousel-info').slick({centerPadding: '0',draggable: false,infinite: true,slidesToShow: 2,slidesToScroll: 2,dots: true,asNavFor: '.recroom-carousel',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true }},{ breakpoint: 550, settings: {slidesToShow: 1,slidesToScroll: 1 }}]});$('.fun-carousel').slick({centerPadding: '0',draggable: false,infinite: true,dots: true,asNavFor: '.fun-carousel-info',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true, }}]}).on('beforeChange', function() {$('.fun-carousel .slick-current iframe').attr('src', $('.fun-carousel .slick-current iframe').attr('src'));}).on('afterChange', function() {}); $('.fun-carousel-info').slick({centerPadding: '0',draggable: false,infinite: true,arrows: false,adaptiveHeight: true,asNavFor: '.fun-carousel',speed: 500,cssEase: 'ease-in-out',pauseOnFocus: false,pauseOnHover: false,responsive: [{ breakpoint: 768, settings: {draggable: true }}]});$('.slick-list').parent().addClass('slick-carousel');var allTabs = ['#smp-overview', '#smp-minigames', '#smp-recroom', '#smp-fun'];var allTabsCnt = {};function initCnt() {for (i = 0; i < allTabs.length; i++) {allTabsCnt[allTabs[i]] = 0;}//setTimeout(initCnt, 10000);}initCnt();function refreshTabCarousel() {for (i = 0; i < allTabs.length; i++) {if (allTabsCnt[allTabs[i]] < 5 && $(allTabs[i]).parent().parent().parent().hasClass('active')){allTabsCnt[allTabs[i]]++;$(allTabs[i]+' .slick-carousel').slick('refresh');}}}function refreshAllCarousel() {for (i = 0; i < allTabs.length; i++) {$(allTabs[i]+' .slick-carousel').slick('refresh');}}setTimeout(function() {$('#gamepage-header a').on("click", function() {console.log('>> Blablabla');//initCnt();}, 2500);});$('.plo-page-nav__items').on("click", function() {console.log('>> click navi');initCnt();}); $(window).on("resize", function() { setTimeout(function() { refreshTabCarousel(); }, 700);}); $(window.parent).on("scroll", function() { refreshTabCarousel();});setTimeout(function() { refreshAllCarousel(); }, 2000);$(".content:contains('Nintendo Switch')").html(function(_, html) {return html.replace(/(Nintendo Switch)/g, '$1');});$(".content:contains('Mario Party')").html(function(_, html) {return html.replace(/(Mario Party)/g, '$1');});$(".content:contains('pré-aquisição')").html(function(_, html) {return html.replace(/(pré-aquisição)/g, '$1');});$('

').prependTo(styleAnchorClass);function exractURL(url) {return encodeURI(url);};});

Free online play update, out now!

New online play* options have come to Super Mario Party!

Subscribe to on

YouTube

Download the free update to enjoy Mario Party and Partner Party modes online, as well as dozens of your favourite minigames***.

Open up a match for anyone or set a password for a private party, then play against friends and family from around the world!

Throw a party anytime, anywhere, with anyone!

Compete in 80 all-new minigames across many modes!
Party with friends and family in multiplayer, or play solo!*
Turn any table into a party!
Play minigames online!**

Mario Party

Get ready for the ultimate board game party with friends from the Mushroom Kingdom!

A party for the ages (3)

Travel across the board with the roll of a dice, triggering special events, such as minigames, as you land on spaces!

A party for the ages (4)

Take part in dozens of minigames to gain coins, and spend them on items or Stars. The one with the most Stars at the end is declared the winner.

Characters

Choose from 20 playable characters from the world of Mario, each with their own unique Dice Block!

A party for the ages (5)

You can take a chance on rolling your character’s Dice Block instead of a regular Dice Block – if you’re feeling lucky, or have a certain strategy in mind...

Boards

Play across fantastic boards!

Subscribe to on

YouTube

Subscribe to on

YouTube

Subscribe to on

YouTube

Subscribe to on

YouTube

Whomp's Domino Ruins

King Bob-omb's Powderkeg Mine

Megafruit Paradise

Kamek's Tantalizing Tower

A party for the ages (6)

A party for the ages (7)

A party for the ages (8)

A party for the ages (9)

A party for the ages (10)

A party for the ages (11)

A party for the ages (12)

A party for the ages (13)

A party for the ages (14)

A party for the ages (15)

A party for the ages (16)

A party for the ages (17)

A party for the ages (18)

A party for the ages (19)

A party for the ages (20)

A party for the ages (21)

A party for the ages (22)

A party for the ages (23)

A party for the ages (24)

A party for the ages (25)

A party for the ages (26)

A party for the ages (27)

A party for the ages (28)

A party for the ages (29)

A party for the ages (30)

A party for the ages (31)

A party for the ages (32)

A party for the ages (33)

A party for the ages (34)

A party for the ages (35)

A party for the ages (36)

A party for the ages (37)

A party for the ages (38)

A party for the ages (39)

A party for the ages (40)

A party for the ages (41)

A party for the ages (42)

A party for the ages (43)

A party for the ages (44)

A party for the ages (45)

A party for the ages (46)

A party for the ages (47)

*Internet connection required during online play. To use online services, you must create a Nintendo Account and accept the related agreement. The Nintendo Account Privacy Policy applies. Some online services may not be available in all countries. Online play requires paid online membership. Find out more about the paid membership subscription.

**Multiplayer requires one compatible controller per player. Additional controllers (sold separately) may be required.

***For more information about online play configurations following the latest update, please see our Support page.

This description was provided by the publisher.

What you need to know

This content is sold by Nintendo of Europe SE. The payment will be made with Nintendo eShop funds usable through the Nintendo Account used to complete the purchase.

This content is sold by Nintendo of Europe SE, payable with Nintendo eShop funds usable through your Nintendo Account. The Nintendo Account Agreement applies to the purchase of this content.

This content may be purchased by users who have registered a Nintendo Account and accepted the respective legal terms.

This content may be purchased by users who have registered a Nintendo Account and accepted the respective legal terms.

The details of this offer apply to users who sign in with a Nintendo Account with the country setting corresponding to the country setting of this website. If the country setting of a Nintendo Account is different, the details of this offer may be adjusted (for example, the price will be displayed in the respective local currency).

After your payment has been processed, the content will be downloaded to the applicable system linked to your Nintendo Account. This system must be updated to the latest system software and connected to the internet with automatic downloads enabled, and it must have enough storage to complete the download. Depending on the hardware model you own and your use of it, an additional storage device may be required to download content from Nintendo eShop. Please visit our Support section for more information.

In the case of games that use cloud streaming technology, a free launcher application or demo can be downloaded.

Please make sure you have enough storage to complete the download.

After your payment has been processed, the content will be downloaded to the applicable system linked to your Nintendo Account. This system must be updated to the latest system software and connected to the internet with automatic downloads enabled, and it must have enough storage to complete the download. Depending on the hardware model you own and your use of it, an additional storage device may be required to download content from Nintendo eShop. Please visit our Support section for more information.

In the case of games that use cloud streaming technology, a free launcher application or demo can be downloaded.

Please make sure you have enough storage to complete the download.

The details of the offer are displayed based on the country settings of your Nintendo Account.

The Nintendo Account Agreement applies to the purchase of this content.

About pre-ordering

The use of an unauthorised device or software that enables technical modification of the Nintendo console or software may render this game unplayable.

This product contains technological protection measures.

Content not playable before the release date: {{releaseDate}} . For pre-orders, payments will be taken automatically starting from 7 days before the release date. If you pre-order less than 7 days before the release date, payment will be taken immediately upon purchase.

To be able to purchase download games or download demos and free software from Nintendo eShop on the official website, you'll need to have a Nintendo Account which is linked to your Nintendo Switch console. You'll need to have your console registered as the active console for downloads for your Nintendo Account by visiting Nintendo eShop on the device you wish to download on at least once. For automatic download, your system must be updated and connected to the internet with automatic downloads enabled, and it must have enough storage to complete the download. To find out more, visit our Support section. Purchases made or demo downloads activated through the Nintendo website are processed via Nintendo eShop.

This software includes modes or features for which an internet connection and a paid membership to Nintendo Switch Online are required. Any online play modes require a paid membership to Nintendo Switch Online. To use online services, you must create a Nintendo Account and accept the related agreement. The Nintendo Account Privacy Policy applies. Some online services may not be available in all countries. Find out more about paid Nintendo Switch Online memberships.

Multiplayer requires one compatible controller per player. Additional controllers (sold separately) may be required.

© 2018 Nintendo.

A party for the ages (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Jerrold Considine

Last Updated:

Views: 5649

Rating: 4.8 / 5 (58 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Jerrold Considine

Birthday: 1993-11-03

Address: Suite 447 3463 Marybelle Circles, New Marlin, AL 20765

Phone: +5816749283868

Job: Sales Executive

Hobby: Air sports, Sand art, Electronics, LARPing, Baseball, Book restoration, Puzzles

Introduction: My name is Jerrold Considine, I am a combative, cheerful, encouraging, happy, enthusiastic, funny, kind person who loves writing and wants to share my knowledge and understanding with you.