Skip to content

leapwill/n-colorcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.