Ksokoban is Back-Mageia 3/4 & KDE4

Back when I was learning about Linux I used to take a break with a couple levels of Ksokoban. My friends would see it and say move over, that is easy and I had to drag them away from the computer before they punched it!
I guess there are quite a few people trying to compile it and even a Windows port. Try as I might I couldn't compile it but I found it.
Download it here:
Hit Download Snapshot.
http://sourceforge.net/u/shlomif/ksokoban/ci/default/tree/
Unpack it in a folder called /home/your-user-name/ksokoban.
Then open a console as root in the ksokoban folder.
Do:
If it completes you will have the ksokoban executable in /home/your-user-name/ksokoban/build/
Just double click that to play it!
Mine completed the first time but I had installed every development package I could find trying to build the old source. I hope it works for you and you find someone that wants to play it. My wife is not impressed but she has not tried it. When she catches me stumped, she'll say move over...
I guess there are quite a few people trying to compile it and even a Windows port. Try as I might I couldn't compile it but I found it.
Download it here:
Hit Download Snapshot.
http://sourceforge.net/u/shlomif/ksokoban/ci/default/tree/
Unpack it in a folder called /home/your-user-name/ksokoban.
Then open a console as root in the ksokoban folder.
Do:
- Code: Select all
mkdir build
cd build
cmake ..
make
If it completes you will have the ksokoban executable in /home/your-user-name/ksokoban/build/
Just double click that to play it!
Mine completed the first time but I had installed every development package I could find trying to build the old source. I hope it works for you and you find someone that wants to play it. My wife is not impressed but she has not tried it. When she catches me stumped, she'll say move over...