31 lines
660 B
Markdown
31 lines
660 B
Markdown
# PokeR
|
|
|
|
An interactive Poker game and learning tool built with SvelteKit and Svelte 5.
|
|
|
|
## Features (Planned)
|
|
|
|
- Interactive poker gameplay with multiple bot types
|
|
- Educational guidance on poker mechanics and strategies:
|
|
- Pot odds calculation
|
|
- Player type analysis
|
|
- GTO (Game Theory Optimal) strategies
|
|
- Pre-flop ranges
|
|
- Betting techniques
|
|
|
|
## Tech Stack
|
|
|
|
- **Framework**: SvelteKit with Svelte 5 (runes)
|
|
- **Language**: TypeScript
|
|
- **Package Manager**: npm
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Development
|
|
|
|
This project uses OpenSpec for structured change management. See `openspec/` for active and archived changes.
|