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...
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'...
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...
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...