backgammonjs
backgammonjs copied to clipboard
`backgammonjs` is an extensible multiplayer backgammon game written in JavaScript.
Also allow sending of basic emojis
Add a collapsible panel with basic game options like match length.
Play a sound when the game starts
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.