Skip to content

Implementation of the game of Yahtzee using the expecti-minimax algorithm

Notifications You must be signed in to change notification settings

prateek22sri/Yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Game of Yahtzee

This implementation is a variant of yahtzee, instead of 5 dices, we have 3 dices. This program will suggest how many dice should the player roll again to maximize the score.

To run the code : python yahtzee.py 1 2 6 where 1, 2 and 6 are the numbers that come up in the dice on the first roll

About

Implementation of the game of Yahtzee using the expecti-minimax algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages