This project is a Competitive Wordle with a host and multiple clients. The host can create a game with multiple words (store in indexDB) to multiple guesses usign WebRTC. The clients can join the game using a QR code from the host.
The resources used for this project are:
Name | Github | |
---|---|---|
Benjamín Vicente | benjavicente@uc.cl | @benjavicente |
Jose Antonio Castro | jacastro18@uc.cl | @Baelfire18 |
José Madriaza | jm.madriaza@uc.cl | @LeoMo-27 |
- Node 18.0.0
- Svelte 3.54.0
- SvelteKit 1.5.0
- PeerJS 1.4.7
- Typescript
- TailwindCSS
- RxJS
- QRCode
npm install -g pnpm
pnpm install
Start the development server on http://localhost:5173
:
pnpm dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview