Hangman Game in SWI Prolog

前端 未结 2 1823
庸人自扰
庸人自扰 2021-01-16 06:59

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:

2条回答
  •  离开以前
    2021-01-16 07:34

    Why so many cuts? Check out SWI library predicates that may be useful to you: memberchk/2, format/2 and nth1/3.

提交回复
热议问题