An open API service indexing awesome lists of open source software.

https://github.com/z1skgr/mastermind

master mind using cygwin
https://github.com/z1skgr/mastermind

c cli cygwin devcplusplus mastermind mingw

Last synced: 3 months ago
JSON representation

master mind using cygwin

Awesome Lists containing this project

README

        

# Mastermind
> A simple game, variation of the well-known Mastermind.

## Table of contents
* [General Info](#general-information)
* [Technologies Used](#technologies-used)
* [Screenshots](#screenshots)
* [Room for Improvement](#room-for-improvement)
* [Setup](#setup)
* [Acknowledgements](#acknowledgements)

## General Information
In this version, the player will play against the computer and try to guess the n
digits of a secret number in the decimal numbering system. The player successively enter numbers of n digits trying to guess the secret number and win.

* Available options from numbers with 3 to 5 digits
* Repeating digits
* Negative number = Quit

## Technologies Used
C Integrated Development Environment (IDE)

## Screenshots
https://github.com/z1skgr/Mastermind/issues/1#issue-1131093566

## Room for Improvement
Convert program's concept to a full stack development (like wordle)

## Setup
Basic project for language learning.

No special libraries need neither
external inputs (.txt, etc)

1. Install Cygwin using the following [steps](https://www.youtube.com/watch?v=5b-dzp9HBN4)
* gcc
* gdb
* make

2. Install [Dev C++](https://www.bloodshed.net/)

## Acknowledgements
- This project was my very first project as a developer
- This project was created for the requirements of the lesson Introduction to Computers.