# Card game that you recommend?

**URL:** https://forum.kirupa.com/t/card-game-that-you-recommend/332385
**Category:** flash
**Created:** [May 16, 2014, 3:40pm UTC](https://forum.kirupa.com/t/card-game-that-you-recommend/332385 "2014-05-16T15:40:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jenniferp](https://avatars.discourse-cdn.com/v4/letter/j/ecae2f/32.png) [@Jenniferp](https://forum.kirupa.com/u/Jenniferp)
#### Post date: [May 16, 2014, 3:40pm UTC](https://forum.kirupa.com/t/card-game-that-you-recommend/332385/1 "2014-05-16T15:40:38Z")

</div>

[COLOR=#333333][FONT=adobe-clean]I am making a card game, like a game of poker,[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]the problem is as follows:[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]I’m keeping the Mcs in an array example:[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]cards = [[1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [1,2,3,4,5,6,7,8,9,10]];[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]ValueCards = [[1,2,3,4,5,6,7,8,9,10],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [11,12,13,14,15,16,17,18,19,20],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [21,22,23,24,25,26,27,28,29,30],[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean] [31,32,33,34,35,36,37,38,39,40]];[/FONT][/COLOR]

[COLOR=#333333][FONT=adobe-clean]I recommend you? save the value and mcs in an array? then make the comparison chart which is greater than through her index \* [j][/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]or is there another way to declare the Mcs and the value of the cards to make the comparisons between them to see which card is higher?[/FONT][/COLOR]  
[COLOR=#333333][FONT=adobe-clean]I fail to display another way to state the mcs and the value of each other than in an array please help[/FONT][/COLOR]
