Setup for recording a home poker game
- https://alexhedley.github.io/poker-recording/
- https://alexhedley.github.io/poker-recording/rfidreader/
flowchart LR
RFID -->|ID| API
Camera -->|Stream| Device
subgraph API
A[Update Card]
B[Clear Cards]
end
subgraph RFID
C[RC522] --> D
D[ESP8266]
end
subgraph Camera
E[OV2640] --> F
F[ESP32-CAM]
end
- src
- 📹 CameraWebServer
- 🔎 RFID Reader
- ♥ Poker API
- Poker API Tests
- Poker.WebApp Tests
- Poker.Server.WebApp Tests
- PokerHandEvaluator Tests
- Poker.API.PlaywrightTests
Output using dotnet-tests-report (Code)
- Poker - Recording Games
- Poker - Tracking cards
- Poker - Table top
- Poker - Chip
- Poker - API
- Poker - Stats
- Poker - App
- Poker - Docs
- Poker - HUD
A website to store all the game information.