
Kraps
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
Kraps is a KDE version of the popular casino dice game. This is beta-quality software at the moment, but many features are implemented (like off-and-on, place, and come bets)
14 years ago
added buy bets
fixed hardway bets
added ability to remove bets (right click)
added ability to bet either $1 or $5 (ctrl+mouse)
14 years ago
added buy bets
fixed hardway bets
added ability to remove bets (right click)
added ability to bet either $1 or $5 (ctrl+mouse)
mkoljack
14 years ago
Hey just some thoughts, are you going to keep developing it? Sound effects would be cool. Adding the rest of the functionality of the game would also be great.
Great work Ryan!
Report
ryanbobko
14 years ago
Once all the bets are accounted for, I think extending the interface a bit would be useful. Sounds will be first in that category.
Report
mkoljack
14 years ago
Report
toadatrix
14 years ago
1) I intially got an error about a wrong version of autoconf while doing "make". To avoid this I rebuilt configure manually by running the following:
autoheader
automake
autoconf
2) I then ran:
./configure --prefix=/opt/kde3
make
make install (as root)
Doing this the game appears to run fine and shows up under games in the KDE menu.
Report
wwwonka
14 years ago
I have been looking for a *nix craps game for ages to properly learn with.
Report
ryanbobko
14 years ago
Report