Compare commits
2 Commits
24062d1a07
...
2f5807ac53
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f5807ac53 | ||
|
|
34176ff6d5 |
@@ -1,4 +1,3 @@
|
|||||||
````
|
|
||||||
# 🃏 Tarokka
|
# 🃏 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.
|
**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.
|
- 🔮 **Faithful to the Tarokka Deck**: Supports all cards and positions used by Madam Eva's reading.
|
||||||
- 💬 Dynamic prophecy rendering based on card and position
|
- 💬 Dynamic prophecy rendering based on card and position
|
||||||
- 🎨 Multiple card styles
|
- 🎨 Multiple card styles
|
||||||
- 🧙 **Separate DM and Spectator Views**:
|
- 🧙 Separate DM and Spectator Views
|
||||||
- ⚙️ DM can toggle what information is visible to players.
|
- ⚙️ 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
|
- 🌐 Fully browser-based — no accounts or installs
|
||||||
- 📱 Mobile-friendly UI
|
- 📱 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
|
cd tarokka
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
````
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user