From 0ed91dc36d9304ea00b846421199a27a7d175133 Mon Sep 17 00:00:00 2001
From: pb-coding <71174645+pb-coding@users.noreply.github.com>
Date: Thu, 19 Oct 2023 15:30:33 +0200
Subject: [PATCH] new theme
---
README.md | 7 ++-
index.html | 7 ++-
package-lock.json | 2 +-
package.json | 2 +-
src/App.css | 0
src/components/CardFanAnimation.tsx | 43 +++++++++++++++++++
src/components/Indicators.tsx | 4 +-
src/components/SessionManager.tsx | 66 +++++++++++++++++++----------
src/components/VoiceChat.tsx | 2 +-
src/global/Button.tsx | 4 +-
src/global/RoundChip.tsx | 2 +-
src/global/icons/HeadsetIcon.tsx | 10 +++--
tailwind.config.js | 32 ++++++++------
13 files changed, 130 insertions(+), 51 deletions(-)
delete mode 100644 src/App.css
create mode 100644 src/components/CardFanAnimation.tsx
diff --git a/README.md b/README.md
index c6bd6ea..9e94155 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# Skylo Frontend
-Skylo is a digital card game, which has some similarities to the popular card game Skyjo ;)
+This is a tribute to the creator of my favorite game, Skyjo! Please purchase the original game to discover the true gaming experience: https://www.magilano.com/produkt/skyjo/
-Play latest release here: https://skyjo.voltvector.org/
+Play latest release here: https://skylo-game.com
This is the frontend of this web based game using:
+
- Typescript
- React
- Vite
@@ -21,8 +22,6 @@ When two players have joined the same session they can start the game:
Game play:

-

-
Backend: https://github.com/pb-coding/skyjo-be
diff --git a/index.html b/index.html
index 994d2b6..ff148e0 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,12 @@
rel="stylesheet"
as="style"
/>
-
+
+
+