Coder Social home page Coder Social logo

scramblesolver's Introduction

ScrambleSolver

ScrambleSolver is a simple word scramble solver.

Features

ScrambleSolver can unscramble and solve word scrambles.

To do this, ScrambleSolver:

  • Permutes a given word to find all possible character combinations.
  • Cross references each combination with the 479k most common english words. (See credits)

Demo

Requirements

  • A Java JDK distribution >=8 must be installed and added to PATH.

Compatibility

ScrambleSolver is compatible with Windows, Mac, and Linux.

Installation

# clone ScrambleSolver
git clone https://github.com/ThatcherDev/ScrambleSolver.git

# change the working directory to ScrambleSolver
cd ScrambleSolver

# build ScrambleSolver with Maven
# for Windows run
mvnw.cmd clean package

# for Linux or Mac run
sh mvnw clean package

Alternatively, you can download the jar from the release page.

Usage

java -jar scramblesolver.jar
ScrambleSolver: A simple word scramble solver (1.1.0)

Usage:
        java -jar scramblesolver.jar [-h] [-v] [-w WORD]

Arguments:
        -h, --help      Display this message.
        -v, --version   Display current version.
        -w, --word      Specify scramble to solve.

Credits

  • DWYL for the list of 479k english words. That repository can be found here.

License

  • MIT
  • Copyright 2020 © ThatcherDev.

scramblesolver's People

Contributors

thatcherclough avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.