Shawn Curry
01-18-2003, 07:41 PM
Just finished a simple poker game in VB. 5 Card Draw, nothing wild. Its got 3 computer opponents. Only 1 significant game-stopper that i've noticed. You can usually play for a long time before it happens...
Anyhow, I made a couple of the tutorial projects in QT a while back. And what better way to learn it than porting my new hand-crafted game?
Ive got a pretty good understanding of classes and inheritance from the console. I made some string math classes for processing extremely large numbers, and I build a little sieve of eratosthanes on top of it.
So, I need some arrays of images for my card deck. I probably need to subclass the pixmap label widget huh?
I'm reading the tic-tac-toe source they give ya, that helps (I got a tic-tac-toe game too).
Anyhow, I made a couple of the tutorial projects in QT a while back. And what better way to learn it than porting my new hand-crafted game?
Ive got a pretty good understanding of classes and inheritance from the console. I made some string math classes for processing extremely large numbers, and I build a little sieve of eratosthanes on top of it.
So, I need some arrays of images for my card deck. I probably need to subclass the pixmap label widget huh?
I'm reading the tic-tac-toe source they give ya, that helps (I got a tic-tac-toe game too).