gw: guess the word

This C program is a game that involves guessing a word letter by letter. You can specify word list files from which to pick the word. You can specify when a turn ends.

Download

Download a compressed archive file:

Unpack

Unpack the archive file. For example:

Compile

  1. Go to the gw directory. For example: cd gw
  2. Compile and link the executable file. For example:
    • With make: make
    • Without make: gcc -o gw gw.c -lm