Skip to content

A multiplayer "guess the word" game, built with React and Firebase.

Notifications You must be signed in to change notification settings

jordankzf/guessword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published