Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 426 Bytes

Shut The Box

A basic command-line implementation of Shut The Box written in Go.

http://www.mastersgames.com/rules/shut-box-rules.htm

Running

  • Setup Go

  • clone the project

    go run main.go

TODO

  • Only supports putting down two tiles per roll. Will include support for putting down more than two tiles in a move.
  • Must roll two dice every turn. Will support electing to roll only one die when only 1-6 are up.