Skip to content

Allows you to play peg solitaire, with an indicator showing whether the game is still solveable or not. It is a simple demonstration of SDL graphics and multithreading in C++

License

Notifications You must be signed in to change notification settings

TamaMcGlinn/SoloNoble

Repository files navigation

Setup

Install SDL2 development core and image libraries. For instance, on debian or ubuntu you use: sudo apt-get install libsdl2-dev libsdl2-image-dev

Compile

make

Run

./knikkers

A screenshot

The undo button in the bottomleft takes you back a step, while the mark in the top right of the board indicates whether calculation is busy (you can still make moves while calculating), or whether the game is still winnable (green checkmark) or not (red cross).

About

Allows you to play peg solitaire, with an indicator showing whether the game is still solveable or not. It is a simple demonstration of SDL graphics and multithreading in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published