https://github.com/mrvideo/hangman
A tiny hangman game in C++
https://github.com/mrvideo/hangman
Last synced: 3 months ago
JSON representation
A tiny hangman game in C++
- Host: GitHub
- URL: https://github.com/mrvideo/hangman
- Owner: MrVideo
- License: mit
- Created: 2024-03-04T13:11:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T13:55:40.000Z (over 1 year ago)
- Last Synced: 2025-03-11T00:48:32.570Z (3 months ago)
- Language: C++
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hangman++
A tiny hangman game written in C++.
---
## Building
Clone this repo and run the `make` command. The program will be compiled as `hangman` in the `bin` directory.
## Word file
You can input a word file when launching the program using this syntax:
```
hangman input_file.txt
```The provided list of English words was borrowed from [this repo](https://github.com/dwyl/english-words/).