This project is a simplified poker game, a one-on-one match between the player and the computer. Developed with React, TypeScript, and Tailwind CSS, it demonstrates core frontend concepts for an interactive experience.
Access to the demonstration : https://lichat127.github.io/poker
- One-on-One Mode: The player competes against the computer.
- Cards: Each player is dealt 4 cards at the beginning of the game.
- Game Rounds: The player can lock or replace cards over 3 rounds.
- Winner Announcement: After three rounds, hands are compared, and the winner (or a tie) is displayed.
- Node.js (version 18 or later)
- npm or yarn
Clone the repository, then install the necessary dependencies with npm.
git clone https://github.com/your-username/simplified-poker.git
cd simplified-poker
npm install
To start the local development server:
npm start
The game will be available at http://localhost:3000.
- React: for UI management.
- TypeScript: for better code structure and maintainability.
- Tailwind CSS: for fast and modular styling.