What does this program do?
This program solves triangle peg solitaire (http://www.mathsisfun.com/games/triangle-peg-solitaire/#) using a depth-first search.
How do I run this program?
- Download this repository and unzip files in the project folder.
- Compile the Java source code using
javac *.javain the project folder. - Run the program using
java Game