My first coding project. Fully featured Poker game. Vanilla JS, HTML, CSS.
- A complete cycle of a poker game following the rules of Texas Hold'em
- List of logic implemented
- Card shuffling
- Tracking player balances
- Validity of player's action (Raise, Call, Fold)
- Game progression logic (Pre-flop, Flop, Turn, River)
- Card evaluation
- Winner selection, tie-braker
- Also implemented as a Discord Bot using Discord API
Playable here