885
edits
m |
m |
||
Line 5: | Line 5: | ||
Perhaps most importantly, the template game provides a significant amount of code that implements basic functionality such as setting up the game's menus, saving and restoring, and a set of [[AGIWiki/Debugging|debugging]] commands. Without the template game, game programmers would have to implement these features themselves. | Perhaps most importantly, the template game provides a significant amount of code that implements basic functionality such as setting up the game's menus, saving and restoring, and a set of [[AGIWiki/Debugging|debugging]] commands. Without the template game, game programmers would have to implement these features themselves. | ||
The template game also provides a file called [/ | The template game also provides a file called [[AGIWiki/defines.txt|defines.txt]] that sets up [[AGIWiki/Defines|defines]] for the [[AGIWiki/Special variables|special variables]], [[AGIWiki/Special flags|special flags]], and other data that are of special meaning to the [[AGIWiki/Interpreter|interpreter]] or that are used by the template game itself. The game's author should use this file to avoid the need to redefine all those items. | ||
[[File:AGIWiki_AGI Studio Template Game.png|right|thumb|320px]] | |||
== Updates to the template game == | == Updates to the template game == | ||
edits