Page 1 of 1

Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 15:06
by DirePants44
Dear all of you,

I've finished my first game and I'm looking for people to test it or give me advice on design.

https://studio.boardgamearena.com/gamep ... =yammaster

It is a very simple game so it will take 15min max.

Thank you !!

Re: Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 16:49
by Tisaac
You'll probably find more devs to playtest on the discord server there :)
https://discord.gg/jHxNm4pcpg

Re: Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 16:57
by Nivvdiy
I just tested it, and it's nice, the design is good.
But i would suggest you to use text that can be translated instead of directly have it in the picture. That would help people who don't speak english, i know it can be easy to understand but some people don't want to make efforts to learn english.

Re: Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 19:30
by DirePants44
Nivvdiy wrote: 15 November 2020, 16:57 I just tested it, and it's nice, the design is good.
But i would suggest you to use text that can be translated instead of directly have it in the picture. That would help people who don't speak english, i know it can be easy to understand but some people don't want to make efforts to learn english.
Yeah about the english board I thought about it but didn't really want to change it :) I guess I will have to...

Thank you anyway !

Re: Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 19:53
by Victoria_La
Regarding the board - it very easy, just erase the text on the image and place text directly from javascript using absolute postions (or give text block class and use css to place them)

Re: Looking for 3rd party testing on Yam master

Posted: 15 November 2020, 23:06
by Victoria_La
If you want realistic effect on placing tokens you can add
filter: drop-shadow(2px 4px 6px black);
in css on .ym_token

Re: Looking for 3rd party testing on Yam master

Posted: 16 November 2020, 12:41
by DirePants44
Victoria_La wrote: 15 November 2020, 23:06 If you want realistic effect on placing tokens you can add
filter: drop-shadow(2px 4px 6px black);
in css on .ym_token
Thank you ! I like the effect.