
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KBackgammon is KDE application to play backgammon like games.
Currently supports local multiplayer and FIBS multiplayer.
How to build:
mkdir build
cd build
cmake ../
make
sudo make install
svn://anonsvn.kde.org/home/kde/trunk/playground/games/backgammon
8 years ago
0.11 - Interface now shows player names.
- You can watch other player's games at FIBS
0.12 - Setting player names and match length in local multiplayer.
- Interface changed a little
0.14 - FIBS interface now dock, not tab
- bugfix.
0.15 - some FIBS actions in toolbar, icons, bugfix.
0.16 - you can register new user througn kbackgammon now. Another new feature - remember password (password is saved in kwallet).
0.18 - small interface improvements, bugfix
8 years ago
0.11 - Interface now shows player names.
- You can watch other player's games at FIBS
0.12 - Setting player names and match length in local multiplayer.
- Interface changed a little
0.14 - FIBS interface now dock, not tab
- bugfix.
0.15 - some FIBS actions in toolbar, icons, bugfix.
0.16 - you can register new user througn kbackgammon now. Another new feature - remember password (password is saved in kwallet).
0.18 - small interface improvements, bugfix
dgvirtual
8 years ago
By the way, is the game localizeable? I would gladly translate it to Lithuanian.
Report
korobAn
8 years ago
Report
dglent
8 years ago
http://mageia-gr.org/rpm/2/x86_64/kbackgammon-0.15-1mgr2.x86_64.rpm
Report
iheartubuntu
8 years ago
I run Ubuntu so I had to first install the KDE Games package, then go into Synaptic Package Manager and install "libkdegames-devel" before building the game in the terminal with your instructions above. Otherswise install went smoothly and the game is great, thanks!
Report
aes78
9 years ago
from /home/aes78/????????/backgammon/build/backgammon_automoc.cpp:8:
/home/alexander/????????/backgammon/build/../games/backgammon/backgammongame.h:26:25: ????????? ??????: kgame/kgame.h: ??? ?????? ????? ??? ????????
?????????? ????????.
make[2]: *** [CMakeFiles/backgammon.dir/backgammon_automoc.o] ?????? 1
make[1]: *** [CMakeFiles/backgammon.dir/all] ?????? 2
make: *** [all] ?????? 2
Report
korobAn
9 years ago
Report