An open API service indexing awesome lists of open source software.

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++

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/).