Skip to content

MrMacTavish/mastermind-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind in c++

By Naut van der Winden

A rewrite of my earlier mastermind projects (in Java and C#) in C++.

Project structure

mastermind-cpp/  
	src/
		includes/
			colours.h
			consts.h
			visualiser.cpp
			visualiser.h
		main.cpp
	readme.md
	build.sh

Build instructions

Run ./build.sh, this will create a folder bin with the compiled program using G++. Otherwise manually compile the files in src/ and src/includes/

About

My old mastermind (C#/Java) project rewritten in C++

Resources

License

Stars

Watchers

Forks

Contributors