WordPie is a game for guessing words letter by letter, intended especially for those learning another language. It is similar to Hangman but less morbid. You start out with a full pie. Every time you guess incorrectly, a slice is removed. If you run out of pie slices before you have guessed the word, it will tell you what the word was and what it means. If you click on Hint, the gloss for the current word will be displayed.
WordPie contains a built-in word list which it uses by default. If a file named WordPieList.txt is found in the same folder, it will read the word list from that file instead. You can also read a word list from a file of your choice by clicking on the Word List button.
The program is written in Tcl/Tk. If you have Tcl/Tk installed on your system, you can run the bare program. Since most people do not, executables which combine WordPie with a Tcl interpreter and the necessary library files are provided.