Hi-Q Game
This is a Windows computer program that you can play the Hi-Q peg game
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.
...