Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Sep 7th, 2007, 6:37 PM   #1
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
Question C++ Card Game Suite

I made a cheesy little 8bpp card game in C++ for WinXP to continue my learning process. The card game I chose is a custom game that came to me a week or so ago, which involves a little strategy. The card game itself sucks, but the code is pretty good, and the game works well.

But, I don't really know what to do with it.

I was thinking of making it 16bpp, adding black jack, and making it open source. I would also want to add, at the very least, five-card draw and texas hold 'em. I haven't seen any other operable, open source C++ card games aside from on-line Uno, despite combing through Source Forge's projects.

Do any of you think that an open source C++ card game suite would be a good project?
__________________
Neeley.org
dr.p is offline   Reply With Quote
Old Sep 7th, 2007, 8:50 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Good in what respect? Good, as in learning, good as in performance, or good as in execution?

I have watched your posts. You seem to be well grounded in the languages. I'm sure that you realize that a deck of "American" cards can be represented by the values 0-51, and that suits and values can be determined by using the modulus operator, mod 4 and mod 13.

The question remains: can you guide a problematical payoff that is profitable to the owner of the game, without resorting to "cheating" (controlling of the deal).

The answer is, "Yes, you can". It is not a done deal, though. You have to trust in probabilities that approach reality (truth, if you will).
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Sep 8th, 2007, 3:29 AM   #3
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
Good as in, is it a worthwhile thing to do? I look through Source Forge and see 2 and 3 year old projects that look like good ideas, but never go anywhere. I don't really want to start one of those. So I figured I would see if anyone here took a shine to the idea.
__________________
Neeley.org
dr.p is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
An aspiring game programmer needs your advice Emperor Community Introductions 5 Feb 10th, 2007 5:36 PM
card game help brad sue C 3 Mar 18th, 2006 6:34 AM
[Python] BlackJack UnKnown X Show Off Your Open Source Projects 9 Feb 20th, 2006 6:01 AM
Java programmers, game developers, artists, be ware! RPG game team is recruiting! atcomputers.us Paid Job Offers 7 Sep 25th, 2005 7:25 PM
Programmers Needed! Online Game troy_eisert C++ 2 Jan 29th, 2005 12:51 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:45 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC