Here is my latest project:
Cribbage Solitaire
I remade mdusoe's project from scratch... (enjoy that pun, ok?)
I'm thinking of extending this project to play cribbage against the computer. It shouldn't be too hard. (famous last words!)
Anyway, I'm just thinking about it...
Last edited by BoltBait (2009-04-09 16:54:17)
Offline
It looks nice!
Offline
Thanks.
I very seriously doubt it will ever make it to the front page, however.
(But, it doesn't matter. I made it for myself.)
It does have a pretty cool win screen if you can get 121 or more points though.
Offline
BoltBait wrote:
Thanks.
I very seriously doubt it will ever make it to the front page, however.
(But, it doesn't matter. I made it for myself.)
It does have a pretty cool win screen if you can get 121 or more points though.
Yeah I liked the win screen a lot!
You never know though, lately you've been quite popular so people may look at it and it could get top viewed or top anything depending on how people like it, download it or just view it.
Offline
BoltBait wrote:
I'm thinking of extending this project to play cribbage against the computer. It shouldn't be too hard. (famous last words!)
![]()
Anyway, I'm just thinking about it...
Well, I'm about one third of the way done with this. And, BOY! is it a lot of work!
Currently, here are the parts that are done:
-splash screen
-deal a new hand to the computer and player (easy)
-choose 2 cards for the cat (hard)
-allow the player to choose 2 cards for the cat (easy)
-cut the deck (easy)
-count the points in a hand (done for previous game)
And, these are the parts that still need to be written:
-choose a card to play (hard)
-allow the player to choose a card to play (easy)
-make a loop for round play (easy)
-make the main loop for game play (easy)
-other stuff (basically tie the whole thing into a game, mostly easy)
Currently 3 sprites and 24 scripts. My target is 31 scripts. (Cribbage Solitaire is 3 sprites and 15 scripts.)
Last edited by BoltBait (2009-04-27 18:29:06)
Offline
Cant wait to see this, was considering making a cribbage game at some point (N00b to scratch and programming) since it is my favorite card game.
Offline