buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 24 forks source link

swing, option, and twin should be reported by the API as die skills #806

Open cgolubi1 opened 10 years ago

cgolubi1 commented 10 years ago

In loadGameData, the API parameter dieSkillsArrayArray should report whether dice have the swing, option, and twin skills. Right now, it reports other skills, but not those three (well, definitely not swing or option, i didn't check twin, but i think not that either).

AdmiralJota commented 10 years ago

At the moment, loadButtonData returns that info in a dieTypes array which is separate from dieSkills. I think it would make sense for loadGameData to do the same.

cgolubi1 commented 10 years ago

At the moment, loadButtonData returns that info in a dieTypes array which is separate from dieSkills. I think it would make sense for loadGameData to do the same.

Sounds right to me.