Skip to content

pelica-labs/codegame.cards

 
 

Repository files navigation

codegame.cards

Codegame - icon by freepik

This game is not affiliated with CGE, the editor of Codenames, which inspired Codegame.cards.

An online version of the Codegame tabletop game

Install and run:

$ yarn
$ yarn dev

This project requires a Firebase database. See .env.sample for the required environment variables.

Creating a firebase real-time database

  • Create a Firebase account if you do not have one.
  • Head to the firebase console: https://console.firebase.google.com/, and add a new project. Select web-based when prompted.
  • Once the project is created, create a Real-Time Database (there should be an option to do so on the main project page)
  • In order to get the environment variables to put in a .env file, go to the project settings and scroll down to "Your Applications". You should see some integration code there. Copy the configuration values and paste them into a .env file:

Screen Shot 2020-07-27 at 11 50 12 AM

About

Codenames

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.5%
  • JavaScript 1.2%
  • CSS 0.3%