Compare commits
2 Commits
24062d1a07
...
2f5807ac53
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f5807ac53 | ||
|
|
34176ff6d5 |
@@ -1,4 +1,3 @@
|
||||
````
|
||||
# 🃏 Tarokka
|
||||
|
||||
**Tarokka** is a real-time Tarokka card reading app for _Dungeons & Dragons: Curse of Strahd_. It simulates Madam Eva’s fortune-telling, revealing a hero’s fate and Strahd’s secrets, and is built to deliver an authentic, immersive experience for DMs and players alike.
|
||||
@@ -15,12 +14,12 @@ You can see it live at:
|
||||
- 🔮 **Faithful to the Tarokka Deck**: Supports all cards and positions used by Madam Eva's reading.
|
||||
- 💬 Dynamic prophecy rendering based on card and position
|
||||
- 🎨 Multiple card styles
|
||||
- 🧙 **Separate DM and Spectator Views**:
|
||||
- 🧙 Separate DM and Spectator Views
|
||||
- ⚙️ DM can toggle what information is visible to players.
|
||||
- Every action (flipping cards, settings changes) is broadcast live to connected users.
|
||||
- 🃏Every action (flipping cards, settings changes) is broadcast live to connected users.
|
||||
- 🌐 Fully browser-based — no accounts or installs
|
||||
- 📱 Mobile-friendly UI
|
||||
- 🔁 **WebSocket-Powered Real-Time Sync**:
|
||||
- 🔁 WebSocket-Powered Real-Time Sync
|
||||
|
||||
---
|
||||
|
||||
@@ -33,4 +32,4 @@ git clone https://github.com/mcdoh/tarokka.git
|
||||
cd tarokka
|
||||
npm install
|
||||
npm run dev
|
||||
````
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user