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

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
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

Hubot plugin

Highly experimental.

Install this from npm, then add a script to your hubot/scripts like this:

// codenames.js
var plugin = require('codenames-redux/bot');

module.exports = function (robot) {
  plugin(robot);
}

FAQs

Package last updated on 29 Feb 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