Compare commits

..

2 Commits

Author SHA1 Message Date
Gavin McDonald
2f5807ac53 readme edits 2025-04-26 15:11:04 -04:00
Gavin McDonald
34176ff6d5 fix readme 2025-04-26 15:00:16 -04:00

View File

@@ -1,4 +1,3 @@
````
# 🃏 Tarokka # 🃏 Tarokka
**Tarokka** is a real-time Tarokka card reading app for _Dungeons & Dragons: Curse of Strahd_. It simulates Madam Evas fortune-telling, revealing a heros fate and Strahds 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 Evas fortune-telling, revealing a heros fate and Strahds 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
```` ```