Backgammon had a pretty large community at Yahoo! Games. With the demise of Yahoo! Games the only place to play online was FIBS, for which you had to download a Java client... Glad that finally someone scratched their own itch and built this, I will check it out and suggest it to my father.
Check https://www.playok.com/ - it has backgammon as well as other games. The site is using html 5 and following "keep it simple" principle; it just works
The first 10k games at bgammon.org, an open source online backgammon service
31–40 of 71 posts
Re: The first 10k games at bgammon.org, an open source online backgammon service
#32Something I've thought a lot while playing backgammon locally is "I wish there was a site like lichess, but for backgammon"... so kudos for going out and starting your own! Are there any plans for post-game analysis? There seems to be an issue with the login/signup form, as it doesn't pull up the native keyboard for my phone, but some random keyboard.
I got a feeling that this may be a cultural aspect there too: Backgammon is not considered "sophisticated," I think. I'm from Greece (I don't play backgammon myself, though), and backgammon (tavli) is extremely popular but widely considered "a game for the masses." It is played mostly in tavernas and old-style coffee shops, and each game has a social aspect, too. People discussing (sometimes shouting and finger-point…
I never learned backgammon though.
Re: The first 10k games at bgammon.org, an open source online backgammon service
#33I was casting my pieces off, guaranteed a win, but my opponent left, so it didn't count as a win for me to my disappointment.
Perhaps if someone leaves and doesn't return within 60 seconds, the game should be a win for the person remaining if the remaining person's pip count is lower.
Re: The first 10k games at bgammon.org, an open source online backgammon service
#34Pretty cool, thanks! I was casting my pieces off, guaranteed a win, but my opponent left, so it didn't count as a win for me to my disappointment. Perhaps if someone leaves and doesn't return within 60 seconds, the game should be a win for the person remaining if the remaining person's pip count is lower.
Re: The first 10k games at bgammon.org, an open source online backgammon service
#35Pretty cool, thanks! I was casting my pieces off, guaranteed a win, but my opponent left, so it didn't count as a win for me to my disappointment. Perhaps if someone leaves and doesn't return within 60 seconds, the game should be a win for the person remaining if the remaining person's pip count is lower.
I think whoever abandons the game should forfeit, otherwise you get weird incentives (like to quit anytime your pip count is higher)
Re: The first 10k games at bgammon.org, an open source online backgammon service
#36Downloaded the app, and tried to sign up, but everything was flashing -- I think it keeps flipping between screen sizes
Re: The first 10k games at bgammon.org, an open source online backgammon service
#37Something I've thought a lot while playing backgammon locally is "I wish there was a site like lichess, but for backgammon"... so kudos for going out and starting your own! Are there any plans for post-game analysis? There seems to be an issue with the login/signup form, as it doesn't pull up the native keyboard for my phone, but some random keyboard.
I got a feeling that this may be a cultural aspect there too: Backgammon is not considered "sophisticated," I think. I'm from Greece (I don't play backgammon myself, though), and backgammon (tavli) is extremely popular but widely considered "a game for the masses." It is played mostly in tavernas and old-style coffee shops, and each game has a social aspect, too. People discussing (sometimes shouting and finger-point…
Re: The first 10k games at bgammon.org, an open source online backgammon service
#38Pretty cool, thanks! I was casting my pieces off, guaranteed a win, but my opponent left, so it didn't count as a win for me to my disappointment. Perhaps if someone leaves and doesn't return within 60 seconds, the game should be a win for the person remaining if the remaining person's pip count is lower.
Both games where my opponent left, now show as wins in my history.
Also, I like the dice addition, but on desktop, the dice images are not matching up with what is rolled and displayed in the log.
How long does an opponent have until they auto forfeit if they don't move?
Re: The first 10k games at bgammon.org, an open source online backgammon service
#39Backgammon had a pretty large community at Yahoo! Games. With the demise of Yahoo! Games the only place to play online was FIBS, for which you had to download a Java client... Glad that finally someone scratched their own itch and built this, I will check it out and suggest it to my father.
Re: The first 10k games at bgammon.org, an open source online backgammon service
#40Earlier quoted context omitted.
Why does "Play now using your browser" link to the play store?
If the user-agent claims to be Android, the play link is changed to the Play Store. This is because the web client runs single-threaded[0] and has reduced performance when running in a browser on desktop, let alone when running on a mobile platform. When running as a native Android app, all of the device's CPU cores are utilized. 0. https://github.com/golang/go/issues/28631