chess frontends and engines

Play with your Puppy.
Post Reply
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

chess frontends and engines

#1 Post by sc0ttman »

Here are some chess engines, required to play any kind of chess.
(I just collected them in 1 place, and compiled a couple of updates)

I also attached some frontends, nice interfaces for playing chess.

One of these is cboard, which is a tiny, CLI frontend. It supports a number of chess engines, but I cannot get cboard to work!!

- I will update this main post with cboard details on making cboard work when I find out!

Mostly, these pets should work in most modern pups, but not 4.3 and earlier... (I think)
Attachments
gnuchess-6.0.1-i486.pet
chess engine, requires a frontend
(150.81 KiB) Downloaded 505 times
fairymax.pet
chess engine, requires a frontend
(34.74 KiB) Downloaded 403 times
cboard-0.6-i486.pet
cboard, chess frontend, requires an engine
(63.91 KiB) Downloaded 419 times
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#2 Post by sc0ttman »

To make cboard work with gnuchess, install both, then run this command in the terminal:

Code: Select all

mkdir -p /root/.cboard
echo "engine_cmd	gnuchess xboard" > /root/.cboard/config
(use SHIFT+INSERT to paste into the terminal)

You could also try

Code: Select all

engine_cmd	fairymax
but I cannot seem to make fairymax work with cboard - the computer player takes forever to make the 2nd move :?:
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

Post Reply