Search found 6 matches

by Italo Rufca
07 December 2020, 13:33
Forum: Developers
Topic: card does not appear in draw cards action
Replies: 5
Views: 928

Re: card does not appear in draw cards action

I managed to solve it, thanks. in the addToStockWithId function I was passing an extra parameter, after I removed the "deck" it worked
by Italo Rufca
07 December 2020, 12:05
Forum: Developers
Topic: Popup for battle cards
Replies: 2
Views: 510

Re: Popup for battle cards

I think my explanation got confused. one of the possible actions is to select one or two cards to battle by hand, then the player must choose who to battle against, then the selected player must choose from his hand one or two cards to face the opponent. after this is done, i wanted to open a popup ...
by Italo Rufca
05 December 2020, 14:38
Forum: Developers
Topic: card does not appear in draw cards action
Replies: 5
Views: 928

Re: card does not appear in draw cards action

Yes, I am developing. my notification is like this, I got the same code that is used in the game setup to distribute the cards. notif_cardDraw : function(notif) { console.log('notif_notif_cardDraw'); console.log(notif); if (notif.args.cardDrawn != null) { this.playerHand.addToStockWithId(notif.args....
by Italo Rufca
05 December 2020, 12:40
Forum: Developers
Topic: card does not appear in draw cards action
Replies: 5
Views: 928

card does not appear in draw cards action

I have a problem in the action of draw cards, when this action is performed, the deck counter decreases but the card does not appear in the player's hand, I need to refresh the page for it to appear, how do I resolve?
by Italo Rufca
05 December 2020, 12:38
Forum: Developers
Topic: Popup for battle cards
Replies: 2
Views: 510

Popup for battle cards

I need to make a popup for a battle, it appears at the end of the player's action, and there must appear one or two cards face down selected by the player, then the move passes to another player who must select one or two cards too, then the cards are revealed. Can anyone help me? I'm new here
by Italo Rufca
07 July 2020, 23:54
Forum: Developers
Topic: Piratas!
Replies: 1
Views: 962

Piratas!

Hello, I would like to develop Piratas, but there is already an open project, how do I do it?

Go to advanced search