A real-time, multiplayer implementation of the classic card game Set, built by Ezra Clintoc. Play with friends in your browser!
- Multiplayer: Join or create games and play with others in real time using Pusher.
- Interactive UI: Responsive game board rendered with Two.js.
- Voting System: Players can vote to add more cards if no sets are found.
- Scoreboard: Live scoreboard and player list.
- Message Overlay: In-game event messages.
game.html # Main game interface
game.js # Game logic and multiplayer code
index.html # Game lobby (create/join)
style.css # Shared styles
- Clone this repository.
- Open
index.htmlin your browser to create or join a game. - Share the Game ID with friends to play together!
Created by Ezra Clintoc. Inspired by the original Set card game.
This project is licensed under the MIT License.