Search found 7 matches

by Lilzer7
12 May 2020, 20:01
Forum: "Alpha" games
Topic: Whist 22 in alpha
Replies: 0
Views: 496

Whist 22 in alpha

Hi everyone,

Whist 22 is currently in alpha. It's a simple trick-taking abstract card game similar to Oh Hell but using the 22 trumps of a tarot deck.

It's well-known in France as "Tarot Africain" !

Review and suggestions are welcome ;)
by Lilzer7
12 May 2020, 10:41
Forum: Developers
Topic: What about developing "Le Barbu"
Replies: 3
Views: 739

Re: What about developing "Le Barbu"

Hi ! I think it's a good choice for a first project. I wanted to make one also as my second project. But it seems like there's already someone working on it in the studio projects list (yoyote) ! Perhaps you should ask him if the development is still going on. Anyway, i'm not an experienced developp...
by Lilzer7
06 May 2020, 19:07
Forum: Developers
Topic: Custom notifications
Replies: 4
Views: 946

Re: Custom notifications

I think you do need to create separate arrays for each player's notification. One clean way to do this would be to create a single array which contains everything, then for each player, call array_filter to take out the secret information before sending the rest to the client. Oh thank you, I didn'...
by Lilzer7
06 May 2020, 19:00
Forum: Developers
Topic: Custom notifications
Replies: 4
Views: 946

Re: Custom notifications

Probably worth having a look at the code for Hanabi... Thank you for your answer, I checked on Hanabi project but I couldn't find what I was looking for. The main difference is that in my game, N cards are drawn simultaneously during the hand (one for each player), whearas in Hannabi, at most 1 car...
by Lilzer7
06 May 2020, 11:44
Forum: Developers
Topic: Custom notifications
Replies: 4
Views: 946

Custom notifications

Hi !! I'm currently working on a card game in which the last hand is the following : Each player is dealt a card. You can see every other players' card but yours. I'm trying to implement that but i'm having hard time with the notification part. I'm supposed to send a customized notification for each...
by Lilzer7
05 May 2020, 12:45
Forum: Developers
Topic: [Bug - Resolved] trace.game.php
Replies: 3
Views: 768

Re: [Bug] trace.game.php

Hi,

Yes same problem for me ! At first i thought it was because of a bug in my code, but it looks like the error happen regardless of the project running :?

Go to advanced search