Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 733 Bytes

n-colorcode

The game Colorcode/Mastermind written in ncurses.

Usage

Compiling Rust

cargo run to build and play

Compiling C

cd old-c make to build
bin/n-colorcode to play

Playing

, 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.

About

This is my first project in ncurses, and my first time using Rust.