JJV's Offs

JJV's Offs

On 08/06/2025 0

In JJV's Offs

Hello everyone!

Welcome to a new opus of the "Offs du JJV"!

"Grass never grows on the road where everyone passes."

I chose not only to offer games that everyone knows, but also those offered by independent publishers. They often offer interesting games that are less known, because they have less visibility than games from major distributors.

In addition to that, I have always wanted to develop game animations to spread the gaming world on my modest scale of a store. When I opened the store, nothing was offered in Vaison and its surroundings.

Even if some players in the gaming world do not always go in the direction of gaming pleasure but rather the lure of gain, I am confident about the evolution of the gaming world around here.

We meet many people who will believe in your project as long as it does not exceed the expectations and limits that they have set for themselves.

Grass never grows on the road where everyone passes and I am not afraid to get out of my comfort zone to move towards projects that are always more stimulating than the others!

All these people who would think to impose limits on me that are ultimately only theirs only motivate me even more and strengthen me to make the store progress! So thank you to them. ^^

I really appreciate being able to offer you what the world of games has most original and to be able to share with you moments around games. Each game allows me to exchange more and more with you and that is priceless…

I still have a few projects that are out of the ordinary and that I can't wait to show you in the store or in events. Because I like to go off the beaten track and I am not afraid of winding paths, my path is never all mapped out and my road full of mystery and I love that!

Have a good day and good game ;)

 

joue le jeu vaison offs joue le jeu vaison off

Add a comment

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