2017-05-22 22:40:18 +02:00
2017-05-06 23:48:44 +02:00
2017-05-05 20:49:20 +02:00
2017-05-22 22:40:18 +02:00
2017-05-22 21:30:38 +02:00
2017-05-01 12:38:03 +00:00
2017-05-02 18:22:29 +02:00
2017-05-02 18:22:29 +02:00
2017-05-06 23:48:44 +02:00

Hangman

Compile on Linux

Get the ncurses library (on some distributions e.g. Debian the headers are included in the ncurses-dev package.)

Compile by typing make

Compile on Windows

Download the mingw compiler here

Additionally select the pdcurses library.

Otherwise download pdc34dllw.zip and put the files into the following mingw directories:

pdcurses.lib --> /lib

curses.h and panel.h --> /include

pdcures.dll --> /bin

Now you can compile the project with mingw32-make -f makefile_mingw

Description
The hangman game written in C with ncurses
Readme 68 KiB
Languages
C 96.7%
Makefile 1.9%
C++ 1.4%