
KPeg - Peg Solitaire Game for KDE
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:Peg Solitaire is a board game that consists of jumping over pieces (pegs) in order to remove them from the board. The goal is to remove all pegs but one in the shortest time possible.
Currently, KPeg has 5 leves of difficulty and 3 algorithms to generate the puzzles (Original, branch and lines), these affect how the pegs are distributed on the board.
For reference, Peg solitaire at Wikipedia:
http://en.wikipedia.org/wiki/Peg_solitaire
Install:
mkdir build
cd build
cmake ../
make
sudo make install
TODO:
On the way:
-Algorithms for English and European Peg Solitaire boards.
Next weeks:
-Add an animated peg solitaire solution.
-Add sounds.
* Renaming Pege to KPeg.
* Puzzle Branch modified.
* Removed unused random seed generator.
* Added DropShadowEffect to Pegs
* Created new themes: Black, blue and red. Removed old themes.
* Created new icons. Removed old ones.
* Added new author, the TODO and README files.
Ratings & Comments
1 Comment
Hi, are there any plans to port it to libkdegames 4.9?