https://github.com/jordankzf/guessword
A multiplayer "guess the word" game, built with React and Firebase.
https://github.com/jordankzf/guessword
firebase game guess multiplayer react real-time scrabble word
Last synced: 3 months ago
JSON representation
A multiplayer "guess the word" game, built with React and Firebase.
- Host: GitHub
- URL: https://github.com/jordankzf/guessword
- Owner: jordankzf
- Created: 2023-03-04T02:33:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T12:08:13.000Z (over 1 year ago)
- Last Synced: 2025-01-13T16:18:37.179Z (5 months ago)
- Topics: firebase, game, guess, multiplayer, react, real-time, scrabble, word
- Language: JavaScript
- Homepage: https://guessword-game.vercel.app
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess the Word Multiplayer Game
_guesswork...guessword_ geddit? Okay I'll admit it, I'm bad with names.
## Summary
Live preview: https://guessword-game.vercel.app/
My wireframe sketch:
I used only React and react-router-dom, to keep things short and simple.
## Logic
1. When you visit the root directory /, a new lobby is generated and the user is redirected there as the host.
2. If you visit /:gameId, you are brought to the lobby (if exists), otherwise a new lobby is created with the given name.## Set-up intructions
1. `pnpm i`
2. `pnpm start`
3. Navigate to http://localhost:3000/