Releases: coenvalk/mastermind
Releases · coenvalk/mastermind
Updates (Fall 2017)
What's New:
instead of a large two dimensional array (unsigned char**) with every code in the array there's a boolean array that determines whether a certain code is still possible. Idea is that this is faster because it prevents constantly malloc-ing large two dimensional unsigned char arrays.
Original High School Code
This is the software unedited as it was when I graduated high school.