Codenames is a board game for 4-8 people. The traditional version is played when everybody is at the same spot, but in this modern world, when are people together? This digital version allows you to play with your friends whether you are sitting on the same couch, or on opposite sides of the globe. Additionally, since it works on desktop and mobile devices, you can play on the go.
Just want to play with your friends? Head to http://codenamesgo.herokuapp.com/ and get playing!
Want to run your own server? Stay tuned!
You'll need to have Node.js installed.
First, download the repository:
git clone https://github.com/JosNun/codenames.git # clone the codenames repository
Then, you'll want to install the dependencies
cd codenames # move to the newly-cloned directory
npm install # install the dependencies
Finally, you should be able to fire it up.
npm start
All contributions are welcome. There's a todo list at the top of index.js
. I'd be more than happy if you would give me a hand with some of 'em.
This project is licensed under the MIT license - see the LICENSE file for details
- Vlaada Chváti and Czech Games for the great game
- My friends, who got me into the game