conquest

Santodomingo1

Santo Domingo

    The little extra: trade, collect values ​​from the same basic deck of cards! Manage...

15,00€ inc. tax

Details
Goball1 1

Go ball

    The little extra: the famous go game in 3d format and conquest of the world.    

20,00€ inc. tax

Details
Katarenga1 2

Katarenga

    The little extra: a strategic game inspired by chess.      

30,00€ inc. tax

Details
Khitan1 1

Khitan

    The little extra: a strategy game via pitchnettes that will make you see all the colors!      

24,00€ inc. tax

Details
Apache1 2

Apache

  The little extra: a simple management and strategy game to gently learn about board games.    

15,00€ inc. tax

Details
Galionscanonsdoublons1

Rattle Battle Grab The Loot

  The little extra: captains, go on board! Build your ships, recruit your sailors, fight your...

45,00€ inc. tax

Details
Skytraders1 1

Sky traders

  The little extra: air trading? A high-flying merchants affair! Exchange goods without having...

45,00€ inc. tax

Details
Michelstrogoff1

Michael Strogoff

  The little extra: go on an adventure to warn the Tsar of the imminent threat! Beware of the...

32,00€ inc. tax

Details
Rising5 1

Rising 5

  The little extra: enter the fight and play as Ekho, Hal, Eli and Nova, agents of the Council...

31,00€ inc. tax

Details
Perladora1

Pearladora

The little extra : circle and collect the most pearls to win !

20,00€ inc. tax

Details
Wangdo1

Wangdo

  The little extra: collect the most tokens to win the game! Travel through towns and earn skills...

40,00€ inc. tax

Details
Leroyaumedessables1 1

Realm of sand

    The little extra: go to the kingdom of the sands to save Ragusa!    

32,00€ inc. tax

Details
Starscrappersorbital1

Orbital Star Crappers

The little extra : go to space conquest !

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