The game Colorcode/Mastermind written in ncurses.
cargo run
to build and play
cd old-c
make
to build
bin/n-colorcode
to play
↑, ↓ to change your selected color
←, → to select the space on the board
[Space] to put the selected color on the board
[Enter] to submit a guess
q to quit
White blocks in the response indicate the number of correct color and location. Gray blocks are correct color but incorrect location.
This is my first project in ncurses, and my first time using Rust.