- A multiplayer, web-based board game for 4-8 players, based on the board game Codenames.
- Two teams compete by having a spymaster give one word clues that can point to multiple words on the board.
- Other players on the team (agents) attempt to guess their team’s words while avoiding the words of the other team, along with the game-ending assassin card.
- Clone the repository
- Install the dependencies.
cd client
npm install
..
cd server
npm install
-
See server/env.example and acquire necessary keys.
-
Create required environment file.
cd server
cp env.example .env
- Start backend server.
cd server
npm run dev
- Start frontend server.
cd client
npm start
- Bonnie Li (Project Lead)
- Karl Secen
- Nicholas Chumney
- Jorawar Singh