Difference between revisions of "CLIPS"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
         companies=Joshua Scoggins|
         companies=Joshua Scoggins|
         usedBy=Basic Inspect Game<br />Room Building Text Adventure Game|
         usedBy=Basic Inspect Game<br />Room Building Text Adventure Game|
dateAdded=Not Added |
dateAdded=|
release=None|
release=|
        status=Not (yet) part of ScummVM|
}}
}}


Line 13: Line 12:


==External links==
==External links==
*[https://github.com/DrItanium/scummvm/tree/clips/engines/expert-system  
*[https://github.com/DrItanium/scummvm/tree/clips/engines/expert-system DrItanium's ScummVM fork on Github]


[[Category:Engines]]
[[Category:Engines]]

Latest revision as of 19:28, 15 March 2022

CLIPS
Engine developer DrItanium
Companies that used it Joshua Scoggins
Games that use it Basic Inspect Game
Room Building Text Adventure Game
Date added to ScummVM Not Added
First release containing it None

About

CLIPS stands for the C Language Integrated Production System. It is a public domain software tool for making expert systems, or a computer system that emulates the decision-making ability of a human expert. It was first developed in 1985 at NASA-Johnson Space Center. The project name was originally the NASA AI Language or NAIL. It has since become one of the most used expert systems, and has been used in games.

External links