0x0M4R / python_combinations_card_game

Command-line interface card game written in Python with object-oriented programming. Two decks are generated and shuffled, 14 cards are handed out to each player. The objective of game is to put down all of the cards first. Players can only put their cards down in combinations of 3 or more consecutive rank, same suit cards or same rank, different suit cards. In each round the player picks up one card and chooses one card to discard. First player to put all their cards down wins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python_combinations_card_game [under development]

Command-line interface card game written in Python with object-oriented programming. Two decks are generated and shuffled, 14 cards are handed out to each player. The objective of game is to put down all of the cards first. Players can only put their cards down in combinations of 3 or more consecutive rank, same suit cards or same rank, different suit cards. In each round the player picks up one card and chooses one card to discard. First player to put all their cards down wins.

About

Command-line interface card game written in Python with object-oriented programming. Two decks are generated and shuffled, 14 cards are handed out to each player. The objective of game is to put down all of the cards first. Players can only put their cards down in combinations of 3 or more consecutive rank, same suit cards or same rank, different suit cards. In each round the player picks up one card and chooses one card to discard. First player to put all their cards down wins.


Languages

Language:Python 100.0%