fyyyyy / tabloro

Play any board game online with friends in the browser. Runs on any device. Using webRTC for peer2peer video chat. Using phaser for rendering.
58 stars 28 forks source link

Cannot set the number of cards #12

Closed lpinter closed 4 years ago

lpinter commented 4 years ago

I love the idea to have a place where I can play with my friends without the computer enforcing rules and telling us what to do. We want to play Robber's Rummy, and there is no online place to play it.

I have created a spriteset and used it as the cards of the Robbers_Rummy_box. When I want to set the number of cards, I can only set it for piece #1, the rest do not have form fields to enter numbers.

tabloro com - cannot set number of cards

fyyyyy commented 4 years ago

do you have a link to the piece?

fyyyyy commented 4 years ago

Seems you did something wrong during piece setup. Try this one piece: http://www.tabloro.com/pieces/5e9d515a0161e2001456e11c box: http://www.tabloro.com/boxes/5e9d51b00161e2001456e11e

lpinter commented 4 years ago

I know why my piece did not work. I selected "Is stash" when I created the piece. That disabled the fields in the form when I wanted to set the number of cards. 2020-04-22_22-37-00

This is an amazing site, these days during the lockdown, I know other people are also looking for platforms to play with their families and friends. I would recommend some improvements:

I have already forked the code, I will take a look to see if I can figure out ways to improve the site and send you PRs. I would love to play with it with my friends. Thank you so much for starting this awesome project.

Laszlo