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
- Host: GitHub
- URL: https://github.com/z1skgr/mastermind
- Owner: z1skgr
- Created: 2020-10-31T11:10:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T13:53:35.000Z (7 months ago)
- Last Synced: 2024-11-22T14:38:16.166Z (7 months ago)
- Topics: c, cli, cygwin, devcplusplus, mastermind, mingw
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
* make2. 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.