https://github.com/ignabelitzky/hangman
Hangman game for the Linux console
https://github.com/ignabelitzky/hangman
c-plus-plus console-game linux
Last synced: 5 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:51:39.000Z (about 1 year ago)
- Last Synced: 2025-01-09T08:27:26.685Z (6 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://en.wikipedia.org/wiki/Ncurses/)
[](https://www.linux.org/)## Overview
Hangman game for the Linux terminal.
## 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).