1
0
Fork
You've already forked Hangman
0
A free and open source hangman game which can be played in your terminal.
  • C++ 94.9%
  • CMake 5.1%
2022年01月24日 12:55:28 +10:30
assets Initial commit 2021年12月01日 18:06:44 +10:30
src Initial commit 2021年12月01日 18:06:44 +10:30
.gitignore Initial commit 2021年12月01日 18:06:44 +10:30
CMakeLists.txt Initial commit 2021年12月01日 18:06:44 +10:30
LICENSE Initial commit 2021年12月01日 18:06:44 +10:30
README.md Update README.md 2022年01月24日 12:55:28 +10:30

Hangman

A free and open source hangman game which can be played in your terminal.

Code guidelines

  • class names: TitleCase
  • methods/functions: snake_case
  • variables: snake_case

Support

If you have found a bug or want to request for a new feature please open an issue on either GitLab or GitHub.

License

Hangman is released under the GNU General Public License v3.