Skip to content

👾 Realtime Codenames game that you can play on your phone, TV, or laptop

Notifications You must be signed in to change notification settings

qflw/codenames

 
 

Repository files navigation

Codenames

Realtime browser-based implementation of the classic social word game, Codenames, designed to be played on multiple devices, or using a shared screen and mobile phones.

Try it out!

Blog Series

To read more about how this project came to fruition and how to build an app using the same technologies, follow the links below!

Large Player View

Player - mobile Spymaster - mobile

Rules

Rules for codenames can be found here.

Development

The app uses flask as its back-end and webpack as a front-end dev server.

Prerequesites

Run in Development

./run.sh development
# or run the docker-compose command manually
docker-compose -f docker-compose.yml -f docker-compose.development.yml up --build
# navigate to localhost:8080 in browser

Production

./run.sh production

About

👾 Realtime Codenames game that you can play on your phone, TV, or laptop

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 64.4%
  • Python 17.8%
  • JavaScript 14.4%
  • HTML 2.4%
  • Other 1.0%