| Author |
Message |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Sun 24 Jun 2007, 12:08 Post subject:
littlepolish: yet another checkers game |
|
littlepolish is:
| Quote: | program (game) written by Piotr Beling which plays Brazilian (classics, 8x8 with international rules) checkers (draughts). Main features:
* powerful AI to play against
(using a fast, bitbase move generator, PVS, quiescent search, aspiration window search, transposition table, opening book and end game database)
* game analysis tools (game tree viewer)
* small executable size
* freeware
|
run by typing littlepolish in a console window, or by clicking on littlepolish in /usr/bin directory.
| Description |
|

Download |
| Filename |
littlepolish07_linux_i686.pet |
| Filesize |
180.72 KB |
| Downloaded |
306 Time(s) |
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Sun 24 Jun 2007, 14:15 Post subject:
|
|
How would one install to an older, pre-dotPET version of Puppy?
-aj
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Sun 24 Jun 2007, 14:33 Post subject:
|
|
like Bruce B, i usually just download and unzip dotpup and dotpet packages, look inside, and copy the files to where i want them to be
to unzip a dotpet file, type something like:
tar xzvf littlepolish07_linux_i686.pet
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Sun 24 Jun 2007, 17:11 Post subject:
|
|
Hmm, I didn't realize that dotpets were just tar.gz files. I tried using tar -x with nothing happening. I then tried changing the file name from *.pet to *.tar.gz. Again, no go. Thoughts?
-aj
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Sun 24 Jun 2007, 17:45 Post subject:
|
|
changing the file extension to .tar.gz should work, unless the file is corrupted (actually, a .pet file has an md5sum tacked on the end of the file, which tar might complain about, but it should not cause any problems)
using the z tar option should work whether you rename the file or not:
tar xzf littlepolish07_linux_i686.pet
packages, whether rpm or deb or pup or pet, are not much different from an ordinary zip or tar.gz file ... a package is mostly an archive of files conveniently compressed in one file
i usually make a new dir, like /tmp/1/ in which to uncompress the files
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Sun 24 Jun 2007, 17:48 Post subject:
|
|
"thoughts?" ... you could test the file to see if it is ok:
# gunzip -t littlepolish07_linux_i686.pet
gunzip: littlepolish07_linux_i686.pet: decompression OK, trailing garbage ignored
#
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Sun 24 Jun 2007, 20:24 Post subject:
|
|
aj,
like g2 & bruceb, whenever i want to try a .pet with pup1.08, i just rename to .tgz. i've never encountered one that wouldn't open yet, though of course, you often need to resolve library issues.
|
|
Back to top
|
|
 |
|