A recreation of the game codenames
Two teams (red and blue) take turns giving clues and guessing which cards on a board of 25
correspond to their team.
This project uses websockets and nodejs to connect multiple users to a server and to sync
gameplay between the clients.
Read more in the readme on github here
Play the game on glitch (larger screen is recommended) Play here!
HTML | CSS | JavaScript