yusufakcakaya / challenge-card-game-becode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Are you ready to play a card game? 🐍

Card game!

✴️ The main mission of the game is creating a card game with OOP in python 🥇

✴️ It builds a basis for a card game.

✴️ At the end of game players are not getting a point.

✴️ The game was built just for a deck of cards to get created, and split between the different players and each player plays a card at every turn, until there are no cards left.

✴ So,

  • The game is working until each player doesn't have any cards left.
  • The game generates all the cards.
  • The game distributes all the cards.

❓ For those that don't know, a deck of cards is composed of 52 cards. Each card has a symbol (one of [♥, ♦, ♣, ♠]) and a value, ranging from ['A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K'].

(♣)Clubs

(♦)Diamonds

(♥)Hearts

(♠)Spades

Installation

Pull requests are welcome.

Visuals

Screenshot 2021-10-06 at 12 33 03

Contributors

-Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated

Timeline

  • Repository: challenge-card-game-becode
  • Type of Challenge: Consolidation
  • Duration: 3 days
  • Deadline: 06/10/2021 04:30

Good Luck!

About


Languages

Language:Python 100.0%