No description
Find a file
2023-10-23 22:04:27 +02:00
.github Update deploy.sh 2023-10-23 22:04:27 +02:00
public optimizes floor texture 2023-10-20 11:33:58 +02:00
src some render performance optimizations 2023-10-20 10:50:13 +02:00
.env updates domain and adapts theme 2023-10-19 16:11:50 +02:00
.eslintrc.cjs inital commit 2023-09-18 14:01:33 +02:00
.gitignore wip testing voice and video 2023-10-13 11:37:51 +02:00
docker-compose.yml Create docker-compose.yml 2023-10-20 16:39:50 +02:00
Dockerfile modifies port 2023-09-23 15:21:35 +02:00
index.html adds favicon 2023-10-19 16:51:02 +02:00
LICENSE Create LICENSE 2023-10-04 10:54:15 +02:00
package-lock.json new theme 2023-10-19 15:30:33 +02:00
package.json new theme 2023-10-19 15:30:33 +02:00
postcss.config.js adds tailwindcss 2023-09-23 13:16:15 +02:00
README.md Update README.md 2023-10-19 16:34:46 +02:00
tailwind.config.js new theme 2023-10-19 15:30:33 +02:00
tsconfig.json inital commit 2023-09-18 14:01:33 +02:00
tsconfig.node.json inital commit 2023-09-18 14:01:33 +02:00
vite.config.ts wip voice chat 2023-10-11 13:38:40 +02:00

Skylo Frontend

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://skylo-game.com

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

image

When two players have joined the same session they can start the game:

image

Game play:

image

image

image

Backend: https://github.com/pb-coding/skyjo-be