How much does a game session cost and what payment methods are accepted?

Prices are per person:

  • Adults:
    €26 (weekdays) / €28 (weekends)
  • Students:
    €23 (weekdays) / €25 (weekends)
  • Teenagers:
    €23 (weekdays) / €25 (weekends)
  • Children:
    €22 (weekdays) / €24 (weekends)

Accepted payment methods:

  • For the deposit when booking: credit or debit card
  • On site, to pay the remaining balance: credit or debit card (+ Apple Pay, Google Pay, Samsung Pay) and ANCV holiday vouchers.

Cash payments are not accepted.

Good to know: when booking through our website, you will need to pay a €56 deposit by credit or debit card. The remaining balance for your booking must be paid on site on the day of your visit.

// Ouvrir Didomi quand on clique sur le lien de footer #cookies document.addEventListener('click', function (e) { const a = e.target.closest('a[href="#cookies"]'); if (!a) return; // on n'a pas cliqué sur notre lien e.preventDefault(); try { if (window.Didomi?.preferences?.show) { Didomi.preferences.show(); // ouvre directement les préférences } else if (window.Didomi?.notice?.show) { Didomi.notice.show(); // fallback : réaffiche la bannière } else { console.warn('Didomi non chargé'); } } catch (err) { console.error(err); } });