This bluff game, with its colourful universe, is the restyled version of the Skull and Roses game. Its author, Hervé Marly, changed the theme by replacing the imagery of motorcycle gangs with that of peoples. The illustrations of this new cutting are particularly careful. The principle of the game remains the same. Players must win two challenges to hope to win the game. To do this, bluff, bid, and above all, don't fall on your skull!
Each participant has a mat (with a coloured and a shiny side), 3 flower discs and 1 Skull disc.
At the beginning of the game, the players place the mat face up in front of them and place one of their 4 disks face down on it. The bluff can then begin! The first player has two possible actions: either he puts a second disc or he challenges.
If he places a second card, the other players must do the same until a player challenges his classmates by announcing the number of flowers on the table.
Once the challenge is launched, the other players can then bid higher or pass their turn. The last to bid becomes the challenger. He must then turn the discs over one by one, starting with his own.
If a skull and crossbones appears, his challenge is lost. He then loses one of his cards, randomly drawn from his hand by the opponent whose Skull he flipped. When a player has no more cards, he leaves the game.
If he returns the number of flowers announced in his bet, he wins his challenge. He then turns his carpet over, a sign that he only has one challenge left to win to win the game.
The game continues until a player wins two challenges.
Language(s) | French | |
Mechanism(s) | Bluff | |
Author(s) | Hervé Marly | |
Overall score | 4.5 | |
Editor | Space Cowboys | |
EAN | 3558380108320 |
Shut Up & Sit Down
Récompenses
Ce jeu est conseillé par 1 de nos Bloggers
Ce jeu a été joué et recommandé par Ma Table de Jeu, voici son avis :
Jeu de bluff rapide à comprendre et à jouer.
Matériel minimaliste mais agréable.
Facile à transporter.
Le petit jeu parfait ...
Retrouver l'avis illustré ici : https://www.facebook.com/matabledejeu/posts/1352715184926043
Ce jeu est conseillé par 74 de nos Clients
Ils ont aimé...
George P. le 06/26/20
Very good game amazing quality and artwork!
Ils ont moins aimé...
Stéphane f. le 04/15/15 Achat vérifié
Tous les avis clients :
Brian G. le 07/09/21
Un bon jeu de bluff mais attention les cartes s'abiment assez facilement. Promet des parties fun entre amis et pourtant je n'ai pas toujours hâte d'y rejouer car c'est une mécanique qui se répète.
tristan f. le 04/27/21 Achat vérifié
Mathieu L. le 03/26/21
Pour moi l’un des meilleurs jeux d’apéro, pour faire découvrir, les jeux (autres que les jeux de questions et devinettes). Un bon jeu de bluff avec une dose de push your luck.
Il faut changer un point de règle : "on peut ne pas dévoiler ses propres cartes"
George P. le 06/26/20
Very good game amazing quality and artwork!
Vous devez être identifié pour soumettre des avis.
This game appears in the Tops Games of our players
Top Party Games !
par Blog Photos AdayAgame
Top Jeux
par TomateVerte
Petit prix
Copyright © 2025 www.philibertnet.com Legals - Privacy Policy - Cookie Preferences - Sitemap
Disponible en occasion à partir de ' + data.occasion_from_price + '
'); } } else { console.error('ukoosummary : ' + data.message); } } }); } $(document).ready(function(){ $('.uk-awards-toggle').click(function(){ $(this).parents('#blockukooawards-product-tab-content').find($(this).data('target')).toggle(); }).toggle(function(){ $(this).text($(this).data('hide')).toggleClass('-hide'); }, function(){ $(this).text($(this).data('show')).toggleClass('-hide'); }); }); // 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(); } }); -->