Skip to content

An attempt to calculate the complete gamespace of the game Deuces.

Notifications You must be signed in to change notification settings

anwyho/deucesgamespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There's a game called Deuces I grew up playing. It's also known by Big Two or in Cantonese, Choh Dai Di. You can find the rules here.

This little side project contains an initial attempt at generating all possible game states for Deuces. There are many, many states, and I'm estimating the final product will be gigabytes worth of game state. I'm guessing it will not be nearly as huge as chess, since the game state converges over time, but we'll see.

Currently, I'm porting over all the logic into Go, since it will be orders of magnitude faster than Python.

In the future, I might try to create a bot that loads the necessary gamespace into memory and plays as optimally as possible.

About

An attempt to calculate the complete gamespace of the game Deuces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages