Skip to content

A clean implementation of the mnk game in both C# & C++. Uses backtracking + a custom search depth algorithm. Allows for move undoing.

Notifications You must be signed in to change notification settings

Kemerd/mnk-game-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mnk-game

A clean and documented implementation of the mnk game in C# & C++. Uses backtracking + a custom search depth algorithm to check for win conditions. Allows for move undoing as well.

Runs in the command line.

CMD

Here are some of the mock-ups I did to help me visualize exactly what needed to be coded, and how I could make this search function most efficient.

Design 1

Design 2

References: http://www.cs.cmu.edu/~ab/Desktop/15-211%20Archive/res00039/Lecture22MRM.pdf

About

A clean implementation of the mnk game in both C# & C++. Uses backtracking + a custom search depth algorithm. Allows for move undoing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published