Hi-Q is a peg board game that you jump over pegs and remove them.
A peg jumps over another peg to an empty spot. The jumped over peg is removed.
A perfect solution ends with one peg left.
To play the game, download HiQGame.zip that has the HiQGame.exe program.
If you want to see the winning solutions for the game, download HiQGameSolutions.zip.
There are several solutions that are based on where the empty pin is when the game is started.
This is a Visual Studio C# program that plays the game.
Download HiQGameSourceCode.zip if you want to view the source code.
There is also a C++ program that I wrote to find winning solutions.
Download HiQGameSolverSourceCode.zip if you want to use this.
In 1974 in college, I wrote a Fortran program to find the solution to win the game,
but the mainframe was not fast enough to find a solution for the game.
See the Wiki if you are having download or running program problems.
Features
- C#, Microsoft Visual Studio, Form program