This is a Windows computer program that you can play the Triangle peg game.
Triangle 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 TriQGame.zip that has the TriQGame.exe program.
If you want to see the winning solutions for the game, download TriQGameSolutions.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 TriQGameSourceCode.zip if you want to view the source code.
There is also a C# program that I wrote to find winning solutions.
Download TriQGameSolverSourceCode.zip if you want to use this.
See the Wiki if you are having download or running program problems.
Features
- C#, Microsoft Visual Studio, Form program