Skip to content

Commit 3b8e1a0

Browse files
Update README.md
1 parent 69b6bda commit 3b8e1a0

1 file changed

Lines changed: 51 additions & 2 deletions

File tree

README.md

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,51 @@
1-
# texas-holdem
2-
texas-holdem
1+
# Texas Hold'em Web Game
2+
3+
![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5&style=for-the-badge)
4+
![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3&style=for-the-badge)
5+
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&style=for-the-badge)
6+
![WebGame](https://img.shields.io/badge/WebGame-TexasHold%27em-blue?style=for-the-badge)
7+
![Project Completed](https://img.shields.io/badge/Project-Completed-green?style=for-the-badge)
8+
![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge)
9+
10+
## Overview
11+
12+
**Texas Hold'em Web Game** is a dynamic, browser‑based poker experience that faithfully replicates the excitement of the classic Texas Hold'em variant. Built with HTML5, CSS3, and JavaScript, the game offers authentic gameplay with customizable options, smart AI opponents, and a responsive, modern interface that lets you play directly in your browser—no installation required.
13+
14+
## Installation
15+
16+
No installation is necessary. Simply host the files on any HTTP/HTTPS server (for example, using Apache or a static hosting service) and open `index.html` in your browser.
17+
18+
## Usage
19+
20+
- **Objective:**
21+
Compete in a Texas Hold'em poker game by playing against AI opponents. Make the best hand from your two hole cards and five community cards to win the pot.
22+
23+
- **Game Features:**
24+
- **Realistic Gameplay:** Experience authentic Texas Hold'em rules including betting rounds, hand ranking, and pot splitting.
25+
- **Customizable Settings:** Adjust game options such as blind levels, number of AI players, and chip counts.
26+
- **Responsive Interface:** Enjoy smooth animations and an intuitive UI that works on desktops and mobile devices.
27+
- **Score and Bankroll Tracking:** Keep track of your wins, losses, and chip totals as you progress.
28+
29+
- **Controls:**
30+
Interact using on-screen buttons for betting, checking, folding, and calling. The game provides clear visual feedback and prompts during each round.
31+
32+
## Technologies Used
33+
34+
- **HTML5** – Provides the structure and semantic markup.
35+
- **CSS3** – Delivers responsive styling and smooth animations.
36+
- **JavaScript** – Powers the game logic, card shuffling, betting system, and AI decision-making.
37+
- **Custom Poker Engine** – Implements Texas Hold'em rules, hand evaluation, and smart AI behavior.
38+
- **Bootstrap 5** – Offers modern UI components and responsiveness.
39+
40+
## License
41+
42+
This project is released under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).
43+
44+
## Author
45+
46+
**Bocaletto Luca**
47+
[GitHub](https://bocaletto-luca.github.io)[Official Site](https://bocalettoluca.altervista.org)
48+
49+
---
50+
51+
Enjoy the game, refine your poker skills, and immerse yourself in the thrill of Texas Hold'em!

0 commit comments

Comments
 (0)