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_blueskyicon_youtubeillus_bankwireillus_bubbleillus_cashondeliveryillus_cb_paypalillus_CBillus_chequeillus_rating-starslogo_paypallogo_philibert_noel_bonnetlogo_philibert_noel_tabletlogo_philibert_noellogo_philibertlogo_ukoo

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

Codo Berlin 63

SWCODR01

Codo Berlin 63 is a bluffing strategy game for 2 players in which you play as super-spies with unique powers, secretly placed on both sides of the Iron Curtain. Use your super-spies to eliminate the opposing leader or deplete his reserve.

  • French, English
  • From 14 years old
  • less than 30mn
  • 2 player(s)

21,90 €

Available

Shipping from 1.95€ - Free from 60€ (metropolitan France)

Add to a list:

Wishlists

Dive into the heart of the Cold War with Conclave of Day One: Berlin 63!

Conclave of Day One (CoDO) is a clandestine transnational organization founded in the post-war years by a group of scientific, intellectual and political elites from both Cold War blocs. Their aim is to prevent the escalation of the conflict and maintain a balance of power by creating super-spies. These agents, endowed with superpowers, are strategically implanted in key roles on either side of the Iron Curtain, but remain unknown to the general public and most governments.

The construction of the Berlin Wall by Communist East Germany in 1961 marked a significant escalation in Cold War tensions, threatening to turn into open conflict. In response, Conclave of Day One designed its agents to be activated by a specific phrase, chosen for its activation potential during an influential global speech.
The phrase “Ich bin ein Berliner”, uttered by President Kennedy on June 26, 1963 in West Berlin, was selected in anticipation of a historic moment.

Kennedy, subtly influenced by members of the CoDO, used it during his speech in Berlin, thinking it would boost morale and resistance to oppression. In reality, this statement served to trigger the operations of the super-agents for the first time at a critical moment, symbolizing a call for vigilance and action to maintain world peace and balance.

Once activated, these super-spies remember their primary mission: to maintain peace and prevent war. However, they remain loyal to the countries in which they have been implanted, creating an interesting paradox where they must balance their obligations to their homeland with their duty to the CoDO.

The use of the phrase “Ich bin ein Berliner” as a pre-programmed psychic beacon is a strategy to ensure that all agents are activated simultaneously, guaranteeing a coordinated and discreet intervention across the globe to neutralize or sabotage belligerent movements without alerting governments or the public.

With these agents operating in the shadows, Conclave of Day One creates a secret layer of diplomacy and control, manipulating world events to avoid conflict while preserving the anonymity and effectiveness of its interventions. In the game, each player will command a group of super-spies from one of the two factions, acting in the field to eliminate the leader of the opposing group.

These super-spies will use their powers to carry out their mission, each mission being part of a greater whole, where even the players are merely pawns in the Conclave of Day One. For in this uchrony, we don't yet know who will win, if there is a winner to be determined...

Each turn, move your agents, activate their powers and sow doubt in your opponent's mind. Bluffing is essential: choose the right moment to reveal or conceal your intentions.

Victory will belong to the player who best masters the art of cunning and strategy.

Contents of Codo Berlin 63 :

- 1 game board
- 16 plastic bases (8 red and 8 blue)
- 16 Super-spy tiles
- 6 Leader cards
- 2 double-sided game aids (English / French)
- 1 French rule book
- 1 English rule book

*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(); } }); -->