/Hangman_CLI

Why shall i write a description when a readme exist?

Primary LanguageC++MIT LicenseMIT

Hangman_CLI

What is that?

It's a little game we've coded to learn some things about C++. You can compile it simply:

  • On Windows: You need mingw, open a terminal in the directory and type:
mingw32-make
  • On Linux: Open a terminal in the directory and type:
make

Creators? License ?

The creators are Nenyoko and Orwenn22. This code is under MIT License.