Skip to content

Lichat127/poker

Repository files navigation

♠️ Simplified Poker Game

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

📖 Table of Contents

🎮 Game Features

  • 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.

⚙️ Requirements

  • Node.js (version 18 or later)
  • npm or yarn

🔧 Installation

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

🚀 Running the Game Locally

To start the local development server:

npm start

The game will be available at http://localhost:3000.

🛠 Technologies Used

  • React: for UI management.
  • TypeScript: for better code structure and maintainability.
  • Tailwind CSS: for fast and modular styling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published