I\'m trying to make a simple hangman game in SWI Prolog. Since we made this program run can you help me enchance the program with the following:
Why so many cuts? Check out SWI library predicates that may be useful to you: memberchk/2, format/2 and nth1/3.