Akavall / GoGamesProject

Trying to make some simple games using golang.
1 stars 1 forks source link

Created seperate Deck struct #18

Closed a-temlyakov closed 9 years ago

a-temlyakov commented 9 years ago

In the future I want to create a Zombie dice deck that uses this Deck. Overall, it makes shuffling and dealing dice easier with better re-use.