Multiplayer word association game (Version 3 with game lobby)
🌸 play 🍌
- Game lobby: players can either host or join a game
- Players take turns: One player "builds" a word while the other players guess what it is
- Select and drag&drop elements to make the other players guess a word
- Live update of moving elements for all players
setup for game lobby inspired by https://github.com/InsomniacSabbir/anagrammatix
HTML5, CSS3, JavaScript, jQuery, Socket.IO
- npm start
- visit http://localhost:8080/ and click 'CREATE' to create a game
- visit http://localhost:8080/ (in another browser window) and click 'JOIN' to join a game
- at least 3 players (or incognito tabs) needed to play.