New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codenames-redux

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codenames-redux

codenames boardgame chatbot dingus

  • 1.2.9
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-36.84%
Maintainers
1
Weekly downloads
 
Created
Source

codenames-redux

ok, a redux learning project that implements the great boardgame Codenames. Very fun IRL, let's see how far we can go with redux.

So far, there is a barebones, terminal-centric UI for entering commands, and a simple HTTP server for viewing Spymaster and Guesser versions of the current game.

Usage

run npm test to start the game. Type commands like give clue foo 2 to give foo 2 as a clue. Visit localhost:1337 for the guesser view. I recommend putting this on a second computer and letting the guessers stare at it.

The main computer should be used for the spymasters. Put a watch curl localhost:1337/spymaster in one terminal, and leave the game process with the readline interface in another terminal. Have the guessers relay their guesses to the spymasters, who do all the computer input.

Here's how it looks:

Playing in "single-game mode" in the terminal: playing the game

The start of the web ui: wow material ui quite nice

Slack bot

the slack butt is at version 1.0! It works!

slack screenshot

You'll need to grab a new slack token for this bot, since it's a stand-alone bot (no Hubot support, sorry). Get one from your Slack team's website. Then,

$ npm install -g codenames-redux
$ codenames-redux-slack-bot PERSIST=/path/to/db/dir SLACK_TOKEN=asfajdjfds

For everything to work correctly, you should also upload all the custom emoji used by the bot for drawing the board. Here's how my slack emoji settings look: emoji

You can find all the emoji in the images directory in this repo.

PLEASE PLEASE PLEASE open a Github issue with suggestions for improvements or bug reports!

FAQs

Package last updated on 17 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc