Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 713 Bytes

File metadata and controls

19 lines (16 loc) · 713 Bytes

backgammon

Backgammon game implemented in TypeScript with pure HTML/CSS UI.

Click here to play: HUMAN v HUMAN HUMAN v CPU CPU v CPU

Click here to run Jasmine test suite

TODO

  • board layout in HTML/CSS
  • game logic: roll dice to start; play by turns; detect winner
  • game logic: major refactor
  • mobile UX: alternative to hover for inspect
  • undo
  • autoplay mode on/off toggle
  • doubling cube
  • computer player