37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
# 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:
|
|
|
|

|
|
|
|

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

|
|
|
|
|
|
Game play:
|
|
|
|

|
|
|
|

|
|
|
|

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