mastermind

An LLM-powered CLI tool to help you be a better spymaster in Codenames (by theoforger)

Mastermind Alternatives

Similar projects and alternatives to mastermind

  1. crates.io

    The Rust package registry

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  4. Clippy

    121 mastermind VS Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

  5. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

  6. rustfmt

    Format Rust code

  7. hurl

    60 mastermind VS hurl

    Hurl, run and test HTTP requests with plain text.

  8. issue-tracker

    Fedora Silverblue issue tracker (by fedora-silverblue)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. picocli

    Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

  11. Wireshark

    Read-only mirror of Wireshark's Git repository at https://gitlab.com/wireshark/wireshark. ⚠️ GitHub won't let us disable pull requests. ⚠️ THEY WILL BE IGNORED HERE ⚠️ Upload them at GitLab instead.

  12. dev-mate-cli

    A command line tool to quickly document your code

  13. ansible-libvirt-microos

    An ansible role for spinning up a VM using microos

  14. templates

    Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own! (by devcontainers)

  15. PolyglotCode

    Simple CLI Tool that translates your code in ANY programming language!

  16. night-config

    Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations. Serialization/deserialization framework.

  17. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mastermind alternative or higher similarity.

mastermind discussion

Log in or Post with

mastermind reviews and mentions

Posts with mentions or reviews of mastermind. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-28.
  • My First Publish to crates.io (and cross compilation)
    4 projects | dev.to | 28 Nov 2024
    The second problem was with my crate name - My publish was rejected because the crate mastermind already existed in the registry. I followed it up by a search on crates.io. Turned out even mastermind-rs was taken too! I eventually learned that crates.io allocates names on a first-come-first-serve basis, so I went with mastermind-cli
  • Hurl, I've Come to Bargain
    4 projects | dev.to | 25 Nov 2024
    Ever since I started the open source journey, I've wanted to contribute to a real Rust project. As much as I adore my own little project Mastermind, it simply doesn't have the complexity for me to practice and refine my Rust coding skills.
  • Automated Testing and Dev Containers
    7 projects | dev.to | 15 Nov 2024
    This week continuing with my project Mastermind, I updated my CI workflow and played around with dev containers.
  • Today We Rewrite History!
    1 project | dev.to | 11 Oct 2024
    I was extremely happy to hear that our task involved a ton of refactoring - As someone who's very particular about keeping things efficiently organized, I've come to enjoy refactoring code. I've done it myself a couple of times throughout the month of work on the mastermind project. And here are some of the things I did this week:
  • Working with Config Files
    3 projects | dev.to | 4 Oct 2024
    Working with Amir on my repo
  • Continuous Contribution
    2 projects | dev.to | 4 Oct 2024
    As I described, I thought it was going to be a hard process. However, after a couple of hours of scrolling the react-compatible documentation, which ended up being toml_edit version 0.22.22. I opened an [Issue #18] describing in all details what am I about to do. Later on, I just added dependency "toml_edit: 0.22.22" inside Cargo.toml, pushed the changes, and then opened my first Draft Pull-Request. It was a new feature to me, for the reason that I didn't even know it's existence. It is a good feature because until you do not press Request Review, you may update the code as much as you want without being afraid that is not going to be merged. Eventually, you'll click the button, and the Draft Pull-Request will become a regular Pull-Request. Returning to what I was discussing, I made all the required changes, but I faced an issue that .toml file that I was trying to generate had inline format like:
  • A Rusty Three-Way Merge
    1 project | dev.to | 27 Sep 2024
    Continuing on the work on my project Mastermind, This week our task was to implement two new features on two separate branches, and then merge them both into main. Of course, this will subsequently create a three way recursive merge situation.
  • What If I Told You I Created a Mastermind?
    1 project | dev.to | 20 Sep 2024
    Mastermind is a CLI tool designed to generate clue words for spymasters in the game of Codenames, leveraging large language models (LLMs) of your choice! Because what better ways to use a language model by asking them to link words?
  • Making Contributions
    3 projects | dev.to | 20 Sep 2024
    First of all, I want to give a huge shout out to Amir. I truly couldn't asked for a better partner! My man literally learned Rust from scratch to work on my project! I landed on his project because it's written in Java - I had some prior experience with Java and I wanted to pick it back up. Later we found out we were the two outliers in this course since everyone else is using TypeScript, JavaScript or Python.
  • Learn New Things Everyday: First Pull Request
    2 projects | dev.to | 19 Sep 2024
    Before I started contributing to Theo's project. The way how I found his repo is I used slack to find a partner. In a morning I received couple of emails about someone created an issue and pull request, I started reviewing it. To be honest, I felt that I am a teacher or something, never had an opportunity to review someone's code; however, it wasn't first one, but never had pull request, and in github marked as first Code Review. Lets get back to the PR, the only thing that It missed number of total_tokens. I requested changes, and I received them back in couple of hours, reviewed once again, approved and merged. PR and issue were closed.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic mastermind repo stats
14
4
9.3
4 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?