Hi to all, I wanted to make a simple card game in c++:
The player starts off with 100coins and 4 random cards will be given to the player, there will be 50% of possibility that the computer has higher cards than the player. (Like poker: pairs,poker ecc.) If the player wins he will gain 10coins and will be asked if he wants to play another turn but if he looses he will also loose 10coins and it will be asked if he wants to play another turn.
I haven't got any ideas on how to do this and I'm still quite a noob in c++.(I know if and else statement, algorithms and switch statement). Please help me do this game.Thanks.