wordle-cli

Golang implementation of wordle in CLI.
git clone http://git.hanabi.in/repos/wordle-cli.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-02-28 15:42Typos in the README.Agastya Chandrakant1+2-2
2022-02-26 11:33Don't show answer by default.Agastya Chandrakant1+12-1
2022-02-21 09:52Convert special cases to general cases.Agastya Chandrakant3+16-15
2022-02-20 11:22Separate out possible answer array and the dictionary, else the words to guess are quite esoteric.Agastya Chandrakant3+2320-2314
2022-02-18 11:41Add make clean instruction and to hell with .DS_Store.Agastya Chandrakant2+3-0
2022-02-17 19:40Refactor more code; also, reject repeated guesses.Agastya Chandrakant3+199-185
2022-02-17 17:31Add README + make install instruction.Agastya Chandrakant2+84-0
2022-02-17 13:44Tinsy-bit code refactoring, sensible if-else branch, eleminate special case (chance counter -- for error), make use of general case instead + show coloured-keyboard even when user guess is wrong.Agastya Chandrakant2+20-19
2022-02-16 18:44Updated the algo parameters + refactored it.Agastya Chandrakant1+28-28
2022-02-16 18:39Algorithm to check if the word guessed is or not the ans. Incase it is/is not it shows the output through colour coding it.Sahibardj1+47-0
2022-02-16 18:25Initial commit of wordle cli game (minus the algo Sahiba wrote).Agastya Chandrakant9+13871-0