Skip to content

EugeneChoi4/Optimized-Wordle-Generator-and-Solver

Repository files navigation

Optimized Wordle Generator and Solver

 __          ______  _____  _____  _      ______ 
 \ \        / / __ \|  __ \|  __ \| |    |  ____|
  \ \  /\  / / |  | | |__) | |  | | |    | |__   
   \ \/  \/ /| |  | |  _  /| |  | | |    |  __|  
    \  /\  / | |__| | | \ \| |__| | |____| |____ 
     \/  \/   \____/|_|  \_\_____/|______|______|
                                                 

Installation Instructions (Linux, Mac OS X, and Windows)

  1. After unzipping open terminal in the directory where it was unzipped

  2. Create a new opam environment

    opam switch create wordle ocaml-base-compiler.4.12.0

  3. Install the required packages

    opam install dune

    opam install ANSITerminal

    opam install ounit2

    opam install progress

  4. Type the following commands to play the game

    make build

    make play

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published