No description
Find a file
2023-10-11 13:38:40 +02:00
.github adds workflow 2023-09-23 14:56:24 +02:00
public refactors cards to nested array 2023-10-02 14:47:13 +02:00
src wip voice chat 2023-10-11 13:38:40 +02:00
.env fixes dev environment 2023-10-02 14:48:49 +02:00
.eslintrc.cjs inital commit 2023-09-18 14:01:33 +02:00
.gitignore adds env to gitignore 2023-09-23 19:21:38 +02:00
Dockerfile modifies port 2023-09-23 15:21:35 +02:00
index.html refactors cards to nested array 2023-10-02 14:47:13 +02:00
LICENSE Create LICENSE 2023-10-04 10:54:15 +02:00
package-lock.json wip voice chat 2023-10-11 13:38:40 +02:00
package.json wip voice chat 2023-10-11 13:38:40 +02:00
postcss.config.js adds tailwindcss 2023-09-23 13:16:15 +02:00
README.md Update README.md 2023-10-04 10:33:26 +02:00
tailwind.config.js adds tailwindcss 2023-09-23 13:16:15 +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

Skylo is a digital card game, which has some similarities to the popular card game Skyjo ;)

Play latest release here: https://skyjo.voltvector.org/

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

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

Game play: image

image

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