words

Enigma1 1

Decipher

    The little extra: a family deduction game to decode!    

33,00€ inc. tax

Details
Toiaidermoi1

You help me

The little extra: find the words to create in sequence to win as a team!

30,00€ inc. tax

Details
Lexigostarwars1

Lexigo Star Wars

The little extra : play with words and pictures of star wars eveywhere !

15,00€ inc. tax

Details
Takegemall1

Take Gem All

The little extra: With a given theme, find the word starting with the letters of the gems to score points!

25,00€ inc. tax

Details
Pictionaryair1

Pictionary air

The little extra : play pictionary by drawing in the air !

16,00€ inc. tax

Details
1000005335

My 100 first words

    The little extra: help your little one develop their language with this game!    

8,00€ inc. tax

Details
Scrabblesurprise1

Scrabble surprise

The little extra : play scrabble again but with new surprises !

27,00€ inc. tax

Details
Blocsenfete1 1

Blocks party

The little extra : make the other players guess a word by putting together forms on one another !

18,00€ inc. tax

Details
Phantomink1

Phantom Ink

The little extra : Find the spirits’ secret word before the other medium team to win!

22,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