Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 prolog 中创建了一个基本的冒险游戏。玩家从 0 分开始,我希望分数随着玩家在游戏中的进展而增加。我该怎么做呢?
如果我的问题听起来很愚蠢,请原谅我,我只是 Prolog 的初学者。
您可以使用以下命令在运行时添加事实:
asserta(...) assertz(...)
asserta在顶部添加了一个事实,因此使用cut我认为您可以隐藏以前的值。
asserta
cut