This is Poker Game, which is fully done with plain Python. This is implemented with Test Driven Development method. I studied Python & Test Driven Method and implemented this. This has all logics of Poker Game. But i didn't include Betting system. If any interested to include those, you are most welcome !
Youtube Link-https://youtu.be/sHnCJb1ARq0
- Players can be declared in the main.py file
- Initial Cards, Communnity cards - Flop cards, Turn card, River card will be automatically fetched from the deck using random shuffle module.
- I created 10 validators in 10 python file, and called by importing it from the init.py file
- Winners is calculated by who is having the best combination of cards.
This created with Python !
- Anyone can branch out and make it more interactive and send me pull request


