Skip to content

timiles/backgammon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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