initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

15
help/logic_descr.html Normal file
View File

@@ -0,0 +1,15 @@
<HTML>
<HEAD>
<TITLE>Logic resources</TITLE></HEAD>
<BODY>
<h1>Logic resources</h1>
<B>Logic</B> resources are the guts of an AGI game. They are scripts that contain all the commands necessary to control the view, picture and sound resources and to receive and act on input from
the player, thus determining everything that happens in the game. Each room generally has its own logic which determines what happens in that room, and the game also has a few other logics to look
after things like initialization and error handling.
<p>
Games are programmed in a special language specific to AGI and compiled into logic resources. The logic programming language is similar to standard programming languages like C, but a lot less
powerful as it is designed for specific purpose. For more information on logic programming, <a href="logic_contents.html">click here</a>.
<p>
You can edit logics with the <a href="logic_editor_main.html">Logic editor</a>.<p>
<a href="data_used.html">Back to data used by AGI</a><p>
</BODY></HTML>