https://github.com/mstanimirovic/skocko
Skocko is a variation of the classic game Mastermind, originating in Serbia. It challenges players to guess a secret pattern of symbols within a limited number of attempts.
https://github.com/mstanimirovic/skocko
console console-app console-game game
Last synced: about 2 months ago
JSON representation
Skocko is a variation of the classic game Mastermind, originating in Serbia. It challenges players to guess a secret pattern of symbols within a limited number of attempts.
- Host: GitHub
- URL: https://github.com/mstanimirovic/skocko
- Owner: mstanimirovic
- License: mit
- Created: 2022-05-22T12:00:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T07:01:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T09:29:20.996Z (3 months ago)
- Topics: console, console-app, console-game, game
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skocko Game
## Description
This repository contains a C implementation of the Skocko game. Skocko is a code-breaking game where one player creates a secret pattern of symbols, and the other player tries to guess the pattern within a limited number of attempts.
## How to Play
1. Clone the repository:
```shell
git clone https://github.com/m1ad3n/skocko.git
```2. Compile the source code:
```shell
make
```3. Run the game:
```shell
./target/build/skocko
```4. Follow the prompts and make guesses based on the feedback provided.

## Gameplay Instructions
- The code-maker selects a secret pattern of symbols from a set of six possibilities.
- The code-breaker attempts to guess the pattern within the given number of attempts.
- After each guess, the code-maker provides feedback to the code-breaker indicating correct symbols in the correct position (marked as red) and correct symbols in the wrong position (marked as yellow).
- Use the feedback to deduce the correct pattern and make subsequent guesses.
- The game ends when the code-breaker successfully guesses the pattern or runs out of attempts.## License
This project is licensed under the [MIT License](LICENSE).