Skip to content

Jishhk/farkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple farkle dice game (aka 10,000).

Rules can be found at en.wikipedia.org/wiki/Farkle

Current version is incomplete.  Dice rolls/scoring is currently dictated by random number generator.

ToDo:
  --implement dice rolling mechanism
  --add user choice of keeping dice and rolling rest
  --add scoring algorithm
  --ability to save game


How to use:

>>> game = Farkle()
>>> game.Start()

Then follow interactive prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages