Skip to content

A computer vs player version of the board game Mastermind that runs on a command line interface.

Notifications You must be signed in to change notification settings

aditya-lawankar/Mastermind-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind-game

A computer vs player version of the board game Mastermind. The player has to guess the code set by the computer in 12 tries. The player is given hints in the form of red and white pegs which tells them if they have entered the right colour at the right place. The names of the colours are coloured for a better look and feel and runs on Windows OS only.

Installation

Clone this repository.

git clone link-of-this-repository

Using gcc, compile.

gcc -o game main.c func.c colours.c

Run the executable file named game.exe to play.

About

A computer vs player version of the board game Mastermind that runs on a command line interface.

Topics

Resources

Stars

Watchers

Forks

Languages