Webapp implementation of the classic boardgame, Codenames. The board can be viewed either as a spymaster or an agent. Two teams can compete by each having a Spymaster give one word clues which can point to multiple words on the board. The other players on the team attempt to guess their team's words while avoiding the words of the other team.
- Node >= 8.10
- npm >= 5.6
Clone this repository
$ git clone https://github.com/lxu213/codenames.git
$ cd codenames
Run the React script:
$ npm start
Then, you will be able to open localhost on the specified port in your browser.