
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
codenames-redux
Advanced tools
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.
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:
The start of the web ui:
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
codenames boardgame chatbot dingus
The npm package codenames-redux receives a total of 12 weekly downloads. As such, codenames-redux popularity was classified as not popular.
We found that codenames-redux demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.