https://github.com/jbowens/codenamesgreen
Co-op codenames app (ala Codenames Duet)
https://github.com/jbowens/codenamesgreen
board-game codenames game
Last synced: 4 months ago
JSON representation
Co-op codenames app (ala Codenames Duet)
- Host: GitHub
- URL: https://github.com/jbowens/codenamesgreen
- Owner: jbowens
- Created: 2019-08-12T17:29:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T12:43:36.000Z (over 2 years ago)
- Last Synced: 2024-06-20T13:31:42.943Z (over 1 year ago)
- Topics: board-game, codenames, game
- Language: Elm
- Homepage: https://www.codenamesgreen.com
- Size: 599 KB
- Stars: 25
- Watchers: 5
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codenames-green
Codenames Green is an app for playing the cooperative variant of the Codenames board game: Codenames Duet. It tries to implement the game faithfully, following the game's rules exactly.
Two or more players divide amongst the two sides, Side A and Side B. They alternate giving clues for their green words, trying to get the other side to guess the green words. The game is lost when either side chooses one of the black words. Players win when all green words on both sides are revealed.
[Play](https://www.codenamesgreen.com)

## Implementation
Codenames Green is implemented as an Elm app, backed by a json API provided by a single-process Go daemon.