28 lines
901 B
Markdown
28 lines
901 B
Markdown
# 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:
|
|

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

|
|
|
|
Game play:
|
|

|
|
|
|
|
|

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