Duration: September to December '22
Status: Completed
Other Members: Vignesh Nandakumar, Prashant Krishnan, Chenna Keshava
Details: A Haskell application representation of the popular game of Codenames. The game has two teams competing with each other. Each team has a "spymaster" who gives one-word clues that 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.
Two laptops are connected (one having the spymaster view and one with the player view). Hence, the game states are communicated between the machines.
We used the Brick library in Haskell to build the game on a TUI.
[More details coming up]
Project Link: GitHub Link
Project Demo Video: [Coming up]