2. Python Shogi Program
PyZume 0.1.0 has been
released.
PyZume is a shogi program writen in python language and with tkinter.
It aim to solve tsume-shogi experimentally, so it's not yet available ;-p)
After you have downloaded pyzume-0.1.0.tgz,
unpack it and change directory to PyZume-0.1.0.
$ tar xvzf pyzume-0.1.0.tgz
$ cd PyZume-0.1.0
To run, script pyzume is available, which is included in tar ball.
$ ./pyzume
Once you have executed pyzume,
your special directory ~/.pyzume-0.1 must be created automatially in your home.
If you wish to uninstall them,
you have to remove pyzume sources and the special directory.
$ rm -rf .../PyZume-0.1.0
$ rm -rf ~/.pyzume-0.1
posted by
owa
at 24 December 2005
|
Comments (0)
|
Trackbacks (0)
4. PyShogi 0.5.2 released
zbrowser is a zope shogi client
PyShogi 0.5.2 has been released.
PyShogi is a python shogi library and tool.
Now, the tool is only zbrowser.py which is browser for zope shogi client.
Python Imaging Library (PIL)
is required.
You can download
tarball
or
rpm
or
source rpm
.
After you have downloaded PyShogi-0.5.2.tgz,
unpack it and change directory to PyShogi-0.5.2.
$ tar xvzf PyShogi-0.5.2.tgz
$ cd PyShogi-0.5.2
To run, script zbrowser.py is available, which is included in tar ball.
$ python zbrowser.py
To install in your system, run setup.py install.
$ su
# python setup.py install
# exit
$ /usr/bin/zbrowser.py
posted by
owa
at 10 August 2007
|
Comments (0)
|
Trackbacks (0)
5. ZBrowser for Win
PyShogi 0.5.4 released
I've tried to make zbrowser.exe
by py2exe.
You will be able to run zope shogi browser without python environments.
Download PyShogi-0.5.x.lzh at
ftp site,
uncompress it, and then click zbrowser.exe file.
(may be required msvcr71.dll or other run time libraries)
posted by
owa
at 16 August 2007
|
Comments (0)
|
Trackbacks (0)