Chess Game Player 2.20
Author of the Program:
Pavel Plíva, Pavero Software, Czech Republic
Date of Creation:
January - June 2001
Form of Licence:
Freeware
Operating System:
Windows 95/98/ME/2000/XP
Contact:
pavero@post.cz
http://pavero.wz.cz
This program, how you can see from the title, is suitable for replaying of chess games (their notations). The chess notation can be import from any text file (*.txt). The application is designed to manage with the loosest notation, how it can be possible. Some rules are unavoidable and you must observe them, their summary you will find here. I often use this program for import notations and replaying chess games from game server Pogo. I would like to call attention to fact that the application doesn’t contain any game rules (for example you can move with the rook crossways), therefore it isn’t acceptable for teaching of chess.
How to add a new language?
All texts of application you will find in Language.ini file. When you want to add a new language, copy English section in the end of this file and change her name (e.g. Deutch). Then translate right part of particular lines (behind equals). Finally you must add the name of new language (e.g. Deutch) to Languages section and assign number of language to variable Current in Language section. The result should be following:
[Language]
Current=3
[Languages]
1=English
2=Česky
3=Deutch
....
[Deutch]
Variable1=Text to translate
....
VariableX=Text to translate
The date of updating of this file: 11. 4. 2003