flag_enflag_fricon_affiliationicon_cardsicon_charactersicon_chequeicon_coeuricon_compteicon_diceicon_discordicon_discounticon_facebookicon_figurineicon_filtericon_gifticon_helmeticon_instagramicon_lightningicon_meeple_circleicon_meepleicon_meeplesicon_megaphoneicon_opinion-bubbleicon_pandaicon_paniericon_pen-brushicon_percenticon_playicon_postmanicon_ribbonicon_rocketicon_rssicon_sherifficon_smiley-negativeicon_smiley-positiveicon_sorticon_staricon_swordsicon_tankicon_threadsicon_thumbsicon_tiktokicon_top-gamesicon_towericon_twitchicon_twittericon_videoicon_wishlisticon_xicon_youtubeillus_bankwireillus_bubbleillus_cashondeliveryillus_cb_paypalillus_CBillus_chequeillus_rating-starslogo_paypallogo_philibert_noel_bonnetlogo_philibert_noel_tabletlogo_philibert_noellogo_philibertlogo_ukoo

Philinews 360 : Découvrez les nouveautés de la semaine et les jeux bientôt disponibles !

CoraQuest

BEG-COU001

Dive into the imaginative world of CoraQuest, a family-friendly co-op dungeon crawler for 1-4 players. Explore dungeons, battle monsters, and rescue Kevin the gnome! Perfect for all ages, with kid-inspired art and endless customizability. Create heroes, craft adventures, and enjoy a new journey every time. Includes 1 rule book, 1 quest book, 8 hero cards, and more. Ideal for family game night!
  • English
  • From 6 years old
  • 30mn to 1h
  • 1 to 4 player(s)

Les avis ludiques sur ce jeu

  • Note globale
    4.6/5*
    *Moyenne pondérée calculée sur base de la moyenne générale de la boutique
  • Clients (1)
    5/5

43,99 €

Available

Add to a list:

Wishlists

Sold and shipped by :

EPN

your order will be shipped on 11 Mar 2025

Embark on an exhilarating adventure with CoraQuest, a co-operative dungeon crawling game that captivates players of all ages, from six and up. Designed for one to four players, this game takes you on a journey through a dungeon filled with traps, treasures, monsters, and the occasional mission to rescue the beloved gnome, Kevin.

Key Features:
  • Inclusive Fun for All Ages: CoraQuest is the perfect game for family and friends, offering inclusive and exciting gameplay suitable for kids and grown-ups alike. Enjoy equal amounts of entertainment as you collaborate to conquer the challenges within the dungeon.
  • Unleash Your Creativity: Immerse yourself in a world of creativity with CoraQuest. This game not only provides thrilling adventures but also encourages and guides players to create their own heroes, monsters, and unique storylines, making each gameplay a personalized experience.
  • Art Inspired by Kids: Dive into a visually enchanting game as CoraQuest features artwork exclusively inspired by kids' drawings. Art contributions from the global CoraQuest community have been curated by our "chief-colourer-in," Gary King, resulting in a charming and one-of-a-kind aesthetic.
  • Lockdown Kickstarter Hit: CoraQuest is the highly anticipated lockdown Kickstarter success, co-designed by Dan Hughes and his 8-year-old daughter, Cora. This co-operative dungeon crawler allows kids and grown-ups to join forces, avoiding traps, discovering treasures, battling monsters, and occasionally rescuing the lovable gnome, Kevin.
  • Endless Adventure Possibilities: With CoraQuest, the excitement never ends. Spark your imagination by creating your own heroes, monsters, and adventures, ensuring that each playthrough is a unique and thrilling experience. Explore the depths of the dungeon and make CoraQuest truly your own, time and time again.
Contents:
  • 1 rule book
  • 1 quest book (with 10 adventures)
  • 1 customisation guide
  • 8 hero cards
  • 11 enemy cards
  • 29 standees
  • 5 health trackers dials
  • 35 dungeon cards
  • 63 item cards
  • 9 blank item cards
  • 2 countdown tracks
  • 47 tokens
  • 7 dice
  • 4 rule summary cards
Language(s) English
Mechanism(s) ExplorationCo-operative Scenario
Author(s) Dan Hughes, Cora Hughes
Artist Cora Hughes, Gary King
Overall score 4.6
Editor Bright Eye Games
EAN 5060905120017

Ce jeu est conseillé par 1 de nos Clients

Les Clients ont donné une note de 5/5 sur ce produit
5/5
  • le 02/22/25

    5/5

    Un des meilleurs jeu enfant de notre ludothèque. 

    Le design est adapté aux enfants. L'histoire de la campagne est rigolote. Les règles sont relativement simples.

    On a mis des sachets pour rendre la mise en place plus rapide. Il y a d'ailleurs une option de règle pour faire des parties plus courtes et d'autres pour chabger la difficulté.

    Les nombreux scénarios rendent le jeu très sympa à rejouer. La façon dont ils sont écrits donnent des surprises. 

    Il y a tout un système pour rajouter des personnages faits maison. La communauté anglophone est productive. Dommage qu'on ait pas l'extension en français...

Vous devez être identifié pour soumettre des avis.

*See our Shipping Conditions

Disponible en occasion à partir de ' + data.occasion_from_price + '

'); } } else { console.error('ukoosummary : ' + data.message); } } }); } // START - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) function checkAjaxLoadRequired() { $(document).find('.ajax_module_block').each(function() { if ($(this).hasClass('ajax_module_block') && elementInView(this)) { $(this).removeClass('ajax_module_block'); var params = []; params.module = $(this).data('module'); params.id = $(this).attr('id'); if (typeof $(this).data('id_product') !== undefined) { params.id_product = $(this).data('id_product'); } loadDeferedHomeBlock(params); } }); // Pour optim : si tous les blocs sont chargés, on désactive le listener // sur le scroll pour l'event "checkAjaxLoadRequired" if (!$(document).find('.ajax_module_block').length) { $(window).off('scroll', checkAjaxLoadRequired); } } function loadDeferedHomeBlock(params) { var url_parameters = ''; if (typeof params.id_product !== 'undefined') { url_parameters = '?id_product=' + parseInt(params.id_product); } $.ajax({ type: 'GET', url: baseDir + 'modules/' + params.module + '/ajax_delayed.php' + url_parameters, dataType: 'json', contentType: 'json', success: function(data) { if (data.status === 'ok') { var content = data.content; if (params.module === 'blockviewed' || params.module === 'antadisblog') { $('#' + params.id).html(content); } else if (params.module === 'ukooreviews') { $('#' + params.id + ' .ajax_block_loader').first().replaceWith($(content).find('.uk-reviews-home__products-container')[0]); $('#' + params.id + ' .ajax_block_loader').last().replaceWith($(content).find('.uk-reviews-home__products-container')[1]); } else if (params.module === 'youtubewall') { $('#' + params.id + ' .title_block').append($(content).find('#youtuwall-subscribe-custom')); $('#' + params.id + ' .ajax_block_loader').replaceWith($(content).find('#youtuwall')); } else { // [ukoo_gilles] [2019-12-19 10:55] -> bugfix - on cible le 1er élément ul uniquement sinon la // structure HTML injectée n'est plus bonne content = $(content).find('ul').first(); $('#' + params.id + ' .ajax_block_loader').replaceWith(content); if (!$('#' + params.id).find('.ajax_block_product').length) { $('#' + params.id).find('.view-more').remove(); } } // l'id contenu dans params.id n'existe maintenant plus dans le DOM if (params.module === 'blockviewed') { if (typeof ajaxCart !== 'undefined') { ajaxCart.overrideButtonsInThePage(); } $("#product #viewed-products_block_left .owl-carousel").owlCarousel({ responsive: { 0: { items: 1 }, 1024: { items: 2 }, 1380: { items: 3 } }, margin: 15, autoplay: false, autoplayTimeout: 3000, autoplayHoverPause: true, nav: true, rewind: true, lazyLoad: true }); } } else if (data.status === 'error') { console.log(data.message); } }, error: function(jqXHR, textStatus, errorThrown) { alert(textStatus); }, }); } function elementInView(elem) { var elementTop = $(elem).offset().top; var elementBottom = elementTop + $(elem).outerHeight(); var viewportTop = $(window).scrollTop(); var viewportBottom = viewportTop + $(window).innerHeight(); return elementBottom > viewportTop && elementTop < viewportBottom; } // END - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) $(document).ready(function() { // START - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) // on lance une première fois le chargement différé des blocs qui sont déjà dans le champ de vision // au chargement de la page if ($(document).find('.ajax_module_block').length) { checkAjaxLoadRequired(); // lors du scroll, on relance le chargement des blocs différés $(window).scroll(checkAjaxLoadRequired); } // END - Chargement différés "à la demande" de certains blocs module (ayant la classe ajax_module_block) }); $(document).on('click', '.dfd-icon-xl', function(event){ let doofinderInput = $('.dfd-searchbox-main input'); $('#search_query_top').val(doofinderInput.val()); $('#searchbox').submit(); event.stopPropagation(); }); $(document).on('keypress', '.dfd-searchbox-main input', function(event){ let keycode = (event.keyCode ? event.keyCode : event.which); if (keycode == '13') { let doofinderInput = $('.dfd-searchbox-main input'); $('#search_query_top').val(doofinderInput.val()); $('#searchbox').submit(); event.stopPropagation(); } }); -->