backgammonjs icon indicating copy to clipboard operation
backgammonjs copied to clipboard

`backgammonjs` is an extensible multiplayer backgammon game written in JavaScript.

Results 22 backgammonjs issues
Sort by recently updated
recently updated
newest added

Add a collapsible panel with basic game options like match length.

There is no visual feedback when the other player disconnects temporary or permanently. Use a timeout to disconnect inactive players, showing a countdown to the player still connected to the...

Tests need to be added, especially for rules and client-server communication

SimpleBoardUI.js should be a independent module that contains all HTML templates and CSS styles. That would allow replacing the UI without modifying the rest of the web client.

enhancement