You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kbackgammon
Timothy Pearson 7e183aba69
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
..
engines Rename additional header files to avoid conflicts with KDE4 11 years ago
icons Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
sounds Fix accidental conversions of binary files from last commit 12 years ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
eventsrc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbackgammon.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kbackgammonui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kbg.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kbg.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
kbgboard.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kbgboard.h Rename many classes and header files to avoid conflicts with KDE4 11 years ago
kbgstatus.cpp Rename old tq methods that no longer need a unique name 12 years ago
kbgstatus.h Remove spurious TQ_OBJECT instances 12 years ago
kbgtextview.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kbgtextview.h Remove spurious TQ_OBJECT instances 12 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

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.