speed

Lejeududoigt1

Finger Game

    The little extra: an offbeat and dynamic ambient game to put your finger on.    

10,00€ inc. tax

Details
Picmix1 5

Picmix

  The little extra: a stimulating and fun game of speed and memory.    

16,00€ inc. tax

Details
Monopolyspeed1

Monopoly Speed

  The little extra: the Monopoly game that was done in less than 10 minutes, impossible? With...

20,00€ inc. tax

Details
Leszoeils1

The eyez

  The little extra: an observation game where you will have to have a good eye to find pairs,...

20,00€ inc. tax

Details
Rainbowspeed1 1

Rainbow speed

    The little extra: a game of speed and deduction! Who will be the best storm chaser by...

15,00€ inc. tax

Details
Sushiexpress1 2

Sushi express

  The little extra: a simplified management game to learn how to manage resources smoothly! On...

15,00€ inc. tax

Details
Wittypong1 1

Witty pong

  The little extra: a dynamic and stimulating game of ping pong with the monkeys of the jungle!  

15,00€ inc. tax

Details
Folledinde1 1

Crazy Turkey

  The little extra: gives the food of the corresponding color, but be careful, the turkey has...

15,00€ inc. tax

Unavailable

Madtrip1 1

Stumblewood

  The little extra: a dynamic and original memory game to play and have fun with friends! You...

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