Skip to content

Rust CLI Game inspired by Wordle and Mastermind.

License

Notifications You must be signed in to change notification settings

m1kc3b/code-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Breaker Game

Code Breaker is a CLI Game inspired by Wordle and Mastermind. The rule is simple find out the secret code with the help of the clues.

Screenshot

Installation

curl -o install.sh https://raw.githubusercontent.com/m1kc3b/code-breaker/master/install.sh
chmod +x install.sh
./install.sh