tmdbts / master-mind

Master Mind game replica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Master Mind game replica

License:MIT License


Languages

Language:C 99.3%Language:CMake 0.7%