Skip to content

Releases: coenvalk/mastermind

Updates (Fall 2017)

22 Aug 01:10

Choose a tag to compare

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

15 Aug 19:20

Choose a tag to compare

This is the software unedited as it was when I graduated high school.