Glchess chess playing application
Setup
Install necessary packages:
sudo apt-get install glchess phalanx
Tweak difficulty level
Default settings for available chess engines are too strong to compete with them for average mortal beings. There are suggestions to make them easier in Ubuntu brainstorm and Ubuntu bug is registered. Though while this is not implemented, here is workaround for phalanx engine.
Rename binary file to hide it from glchess:
sudo mv /usr/games/phalanx /usr/games/phalanx.binCreate shell wrapper file for phalanx engine with weaker settings:
sudo gedit /usr/games/phalanx- and save file.
Paste following code in opened editor:
#!/bin/bash
/usr/games/phalanx.bin -e100 -l- -b- Make file executable:
sudo chmod +x /usr/games/phalanx
3D mode
To allow 3D mode, install additional libraries:
sudo apt-get install python-opengl python-gtkglext1
Play
- If you have several chess applications, choose Applications- Games- Chess with Pawn icon, not Knight:
- When starting new game, choose Phalanx engine.
- Enjoy winning! Decrease number for -e from 100 to 1 for stronger settings and remove -l- and -b-, if necessary.
Links
http://www.develia.org/documents.php?l=2&f=1&p=chessonlinux
Tags
English
Created by Valdis Vītoliņš on 2013-09-08 13:49
Last modified by Valdis Vītoliņš on 2021-04-13 14:29
Created by Valdis Vītoliņš on 2013-09-08 13:49
Last modified by Valdis Vītoliņš on 2021-04-13 14:29