cooperative

Memepaspeur1 2

Not even afraid

    The little extra: a cooperative battle against the dragon!  

10,00€ inc. tax

Details
Galerapagos1 1

Hellapagos

      The little extra: try to escape from the island where your boat washed up with...

22,00€ inc. tax

Details
Yumyumisland1

Yum Yum Island

    The little extra: a funny cooperative game of dexterity !    

22,00€ inc. tax

Details
Zombicidegearup1

Zombicide gear up

The little extra : fight the zombies with the help of your gears and with your team !

25,00€ inc. tax

Details
Forestia1 1

Forestia

    The little extra: an easy-to-learn card game that can evolve according to the age of...

12,00€ inc. tax

Details
Holdingon1

Holding On

The little extra : cooperate to help Billy Kerr end his days as peacefully as possible !

37,00€ inc. tax

Details
Butine1 2

Forage

  The little extra: a bee, several players, flower arrangements to make. Who will forage the most...

22,00€ inc. tax

Details
Grumpf1

Grumpf

  The little extra: a monstrously wicked game! Go hunting and be the fastest to win the best monsters!...

17,00€ inc. tax

Details
Zombietsunami1

Zombie tsunami

  The little extra: a party game in the world of the mobile game of the same name for family fun!   

30,00€ inc. tax

Details
Unehistoiredepirates1

A tale of pirates

  The little extra: sailors, go on an adventure! Complete mysterious quests filled with fantastic...

45,00€ inc. tax

Details
Monstretoi1

Monster Show

  The little extra: a cooperative party game for budding monster hunters! Observe and memorize...

17,00€ inc. tax

Details
Legrimoiredugrandstroumpf1

Papa Smurf's grimoire

      The little extra: experience the adventure of the Smurfs with this cooperative...

25,00€ inc. tax

Details
Lalegendedestroispieces1 1

The Legend of the Three Pieces

    The little extra: a narrative, cooperative and strategic game for the whole family!  

26,00€ inc. tax

Details
Tete a queue1 1

Make a snake

    The little extra: a game in competitive or cooperative mode to develop the strategy...

22,00€ inc. tax

Details
Ratapolis1

Ratapolis

The little extra : Build your own building, but beware of the cats, to gain special powers and...

40,00€ inc. tax

Details
Funfacts1

Fun facts

The little extra: place the arrows to answer the question, will the great minds think alike?

20,00€ inc. tax

Details
Map customerParams = new HashMap(); customerParams.put("email", "customer@example.com"); customerParams.put("source", request.stripeToken); Customer customer = Customer.create(customerParams); Map chargeParams = new HashMap(); chargeParams.put("customer", customer.id); chargeParams.put("description", "Custom t-shirt"); chargeParams.put("amount", order.amount); chargeParams.put("currency", "eur"); Charge charge = Charge.create(chargeParams); Buy cool new product
Stripe.apiKey = "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" ; SessionCreateParams params = SessionCreateParams.builder() . addLineItem ( SessionCreateParams.LineItem.builder() . setPriceData ( SessionCreateParams.LineItem.PriceData.builder() . setCurrency ("eur") . setProductData ( SessionCreateParams.LineItem.PriceData.ProductData.builder() . setName ("Custom t-shirt") .build() ) . setUnitAmount (2000L) .build() ) . setQuantity (1L) .build() ) . setMode (SessionCreateParams.Mode.PAYMENT) . setSuccessUrl ("https://www.jouelejeuvaison.com/joue-le-jeu-vaison-boutique-jeux-de-societe/do/account/") .build(); Session session = Session. create