Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
tdegames/kbackgammon
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 месяцев назад
..
engines Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
icons Fix invalid headers in PNG files and optimize for size 8 лет назад
pics Fix invalid headers in PNG files and optimize for size 8 лет назад
sounds Initial cmake conversion 8 лет назад
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
CMakeL10n.txt Desktop file translations: 4 лет назад
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 лет назад
Makefile.am Renaming of files in preparation for code style tools. 3 лет назад
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
eventsrc Desktop file translations: 4 лет назад
kbackgammon.desktop Desktop file translations: 4 лет назад
kbackgammonui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 лет назад
kbg.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
kbg.h Replace Q_OBJECT with TQ_OBJECT 8 месяцев назад
kbgboard.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 месяцев назад
kbgboard.h Replace Q_OBJECT with TQ_OBJECT 8 месяцев назад
kbgstatus.cpp Removed additional code formatting modelines. 4 лет назад
kbgstatus.h Replace Q_OBJECT with TQ_OBJECT 8 месяцев назад
kbgtextview.cpp Removed additional code formatting modelines. 4 лет назад
kbgtextview.h Replace Q_OBJECT with TQ_OBJECT 8 месяцев назад
main.cpp Removed additional code formatting modelines. 4 лет назад
version.h Removed additional code formatting modelines. 4 лет назад

README

This file describes KBackgammon
-------------------------------


KBackgammon is a backgammon program for KDE2. It is based on the code,
ideas and concepts of KFibs (which is a FIBS client for KDE1). For a
short time, KBackgammon was called bacKgammon (if you know somebody
who is still using bacKgammon, please force them to upgrade :-)).


KBackgammon is a backgammon program built around a graphical backgammon
board. Since it uses moular backgammon engines, it can easily be extended
beyond the current set of engines. At the moment, the following types of
backgammon games are supported:

	FIBS    - online games on the First Internet Backgammon Server.
                  the computer handles the network connection and 
                  translates the textual messages from the server into
                  graphical representations. this engine offers separate
                  chat window and player list window to simplify the 
                  interaction with the server

	Offline - play against yourself or a freind that is sitting next
                  to you. the most important role of the computer is rolling 
                  the dice.

In the near to mid future, the program will be extended with the following 
two kinds of engines:

	GNUBg   - the GNU backgammon program is a powerful neural network 
                  and KBackgammon will soon allow you to play against it 
                  from the convinience of your KDE desktop.

        NextGen - this extension of the offline engine will allow you to play
                  against other players on the network. the computer makes
                  sure that the dice are fair and it handles the netwok 
                  communication.

If you lust for other kinds of engines (besides FIBS, there are other 
internet servers out there and it somebody might want to have access
to these as well), please contact the Jens Hoefkens <jens@hoefkens.com>
and make your wishes heard.