Skip to content

iliags/CardDeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CardDeck

A playing card deck plugin for UE4 I made as an exercise.

I wanted to see what algorithms are available for card shuffling but I came accross an article that stated that the Fisher-Yates shuffling algorithm may not be as great as people think. Another article stated that sorting by a GUID would be good enough so I made one to see what came out.