Description: 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)Last changelog:
added buy bets fixed hardway bets added ability to remove bets (right click) added ability to bet either $1 or $5 (ctrl+mouse)
This game is really cool if you like to play, which I do. Way less risky playing in KDE!
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!
I'd like to get lay bets and working/off bets in there, but after that I'm open to ideas. Maybe hoppin' hardways? I don't know any other bets on a craps table.
Once all the bets are accounted for, I think extending the interface a bit would be useful. Sounds will be first in that category.
Downloaded the source. I'm using Suse 9.3. Ran ./configure, make, make install. No kraps in the games area. I tried kraps from the command line. No go. What am I missing? Thanks.
I was able to get it working on SuSE 9.3 as follows:
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.
Ratings & Comments
6 Comments
This game is really cool if you like to play, which I do. Way less risky playing in KDE! 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!
I'd like to get lay bets and working/off bets in there, but after that I'm open to ideas. Maybe hoppin' hardways? I don't know any other bets on a craps table. Once all the bets are accounted for, I think extending the interface a bit would be useful. Sounds will be first in that category.
Downloaded the source. I'm using Suse 9.3. Ran ./configure, make, make install. No kraps in the games area. I tried kraps from the command line. No go. What am I missing? Thanks.
I was able to get it working on SuSE 9.3 as follows: 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.
...with this! I have been looking for a *nix craps game for ages to properly learn with.
If you start kraps from the command line, it'll print the payouts and the reason why you won, too.