From 421b9fdde2562c0809d81f8d0aa44dadff356b97 Mon Sep 17 00:00:00 2001 From: Philipp Beckmann <71174645+pb-coding@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:18:13 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35beb68..ee78061 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# Skyjo Frontend +# Skylo Frontend -Work in progress.. +Skylo is a digital card game, which has some similarities to the popular card game Skyjo ;) + +This is the frontend of this web based game using: +- Typescript +- React +- Vite +- Three.js +- React-three-fiber library +- Socket.io + +Players can connect to each other using the same session name: +![image](https://github.com/pb-coding/skyjo-fe/assets/71174645/dd8f0e64-b673-48b9-84fe-4a3b3e307a4a) + +When two players have joined the same session they can start the game: +![image](https://github.com/pb-coding/skyjo-fe/assets/71174645/e4454487-a03f-4ffb-93ec-e772783ef52c) + +Game play: +![image](https://github.com/pb-coding/skyjo-fe/assets/71174645/73111d78-3e7e-4916-9b9d-4db6d8fee317) + + +Backend: https://github.com/pb-coding/skyjo-be