/master-mind

Master Mind game replica

Primary LanguageCMIT LicenseMIT

MASTER MIND GAME

Build Status

Run game

Releases

Go to the releases page and download the game executable

Windows

To run this game use the executable on the build/ folder

Mac or Linux

Run this command on the project folder

./build/play

Compile source

This game requires GCC to compile.

gcc MainMenu.c Multiplayer.c Settings.c SinglePlayer.c Statistics.c constants.c helpers.c main.c -o ./build/play