Table of Contents
An online version of the Codenames board game, where two opposing teams each have a spymaster who provides a one-word hint and number of corresponding words, and the guesser(s) have to choose their team's words while avoiding other colours.
Includes authentication, and a public/private lobby feature, and stripe integration for upgrading player accounts to support private games.
NodeJS is the only required dependency of the application.
To Launch your own local version of CodeWords:
- Clone the repo
git clone https://github.com/hatchways/team-fruit-loops.git
- Install NPM packages
npm install
- Create a
.env
file with your API keyscp .env.example .env
CodeWords is available to play here
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Team Leader:
- Sina Jamshidi
Members:
- Peixing Ma
- Travis Matthews
- Alan Vuong
Peixing Ma - github
Travis Matthews - github
Alan Vuong - github
Project Link: https://github.com/hatchways/team-fruit-loops