Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignabelitzky/hangman
Hangman game for the Linux console
https://github.com/ignabelitzky/hangman
c-plus-plus console-game linux
Last synced: about 2 months ago
JSON representation
Hangman game for the Linux console
- Host: GitHub
- URL: https://github.com/ignabelitzky/hangman
- Owner: ignabelitzky
- License: gpl-3.0
- Created: 2024-02-27T19:28:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:51:39.000Z (9 months ago)
- Last Synced: 2024-04-16T20:44:21.891Z (9 months ago)
- Topics: c-plus-plus, console-game, linux
- Language: C++
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hangman
[![License](https://shields.io/badge/License-GNU%20General%20Public%20License%20v3.0-green)](LICENSE)
[![nCurses](https://img.shields.io/badge/nCurses-6.4-red.svg)](https://en.wikipedia.org/wiki/Ncurses/)
[![Linux](https://img.shields.io/badge/Platform-Linux-blue.svg)](https://www.linux.org/)## Overview
Hangman game for the Linux terminal.
![Hangman-demo](https://github.com/ignabelitzky/hangman/assets/13757390/8075c0e8-c75b-409b-b32b-cff857e9cd34)## Requirements
- C++ compiler
- OpenCV 4.0 or later ([OpenCV Get Started](https://opencv.org/get-started/))
- nCurses## Getting Started
1. Clone the repository
```bash
git clone https://github.com/ignabelitzky/hangman.git
cd hangman
```
2. Build the project using the Makefile
```bash
make
```
3. Run the executable
```bash
./hangman
```## License
This project is licensed under the [GNU General Public License v3.0](LICENSE). You can find the full text of the license here [LICENSE](LICENSE).