An open API service indexing awesome lists of open source software.

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.

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:
Poorly drawn wireframe

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/