nikikyneva Posted January 30, 2013 Share Posted January 30, 2013 For some time trying to make a system for playing cards. The system I'm doing it in PHP and Mysql, so this is where I have the best and most familiar. When a user types a few cards (eg, Jack of Spades, Jack of Clubs,, Queen and King-peak-Cup) system to take into account that maps were entered by users: - From input cards, how are consecutive (ie Jack, Queen, King = 3) - From input cards, how many of the same suit (ex-Jack of Spades and Queen of Spades-= 2) I asked how to do it? Quote Link to comment https://forums.phpfreaks.com/topic/273847-system-for-playing-card/ Share on other sites More sharing options...
BryanG Posted January 30, 2013 Share Posted January 30, 2013 Can you exactly explain what you want? I'm sorta confused by your question.... Quote Link to comment https://forums.phpfreaks.com/topic/273847-system-for-playing-card/#findComment-1409250 Share on other sites More sharing options...
nikikyneva Posted January 30, 2013 Author Share Posted January 30, 2013 User enter random cards and the system indicates how they are similar and how they are the same variety / paint Quote Link to comment https://forums.phpfreaks.com/topic/273847-system-for-playing-card/#findComment-1409251 Share on other sites More sharing options...
Christian F. Posted January 31, 2013 Share Posted January 31, 2013 Are you wanting to get help on the code that you wrote, tips and hints on how to properly design such an application, or do you want someone to provide you with a solution? Depending upon the case, you will either need to: Post your code, and explain the problems you're having in detail. Post in the "Application design" section, detailing exactly what kind of questions you have around the design. Post in the "Freelance" section, where you list all of the requirements to the project and whether or not it's a paid job. I wouldn't hold my breath while waiting for free replies though, as most of us are plenty busy with other stuff already. Quote Link to comment https://forums.phpfreaks.com/topic/273847-system-for-playing-card/#findComment-1409260 Share on other sites More sharing options...
BryanG Posted January 31, 2013 Share Posted January 31, 2013 @Christian F. Very well stated Quote Link to comment https://forums.phpfreaks.com/topic/273847-system-for-playing-card/#findComment-1409388 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.