This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
playground:fire:irpl_test [2025/02/27 14:32] – Added units and misc categories. Fireswamp | playground:fire:irpl_test [2025/09/23 21:58] (current) – Replaced Lorem Ipsum text Fireswamp | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== IRPL Reference ====== | ====== IRPL Reference ====== | ||
- | Lorem Ipsum. | + | The syntax for IRPL is similar to the language syntax from previous games. For a tutorial, see [[4rpl: |
===== Programming Logic ===== | ===== Programming Logic ===== | ||
+ | |||
+ | Notation for basic programming concepts and commands for performing mathematical operations on data. | ||
<WRAP group> | <WRAP group> | ||
Line 316: | Line 318: | ||
===== Game Physics ===== | ===== Game Physics ===== | ||
- | Lorem Ipsum. | + | Commands that directly read or affect the game state. |
<WRAP group> | <WRAP group> | ||
Line 432: | Line 434: | ||
===== User Input/ | ===== User Input/ | ||
- | Lorem Ipsum. | + | Commands that deal with player inputs and/or visuals for indicating things to the player. |
<WRAP group> | <WRAP group> | ||
Line 554: | Line 556: | ||
===== Units ===== | ===== Units ===== | ||
- | Lorem Ipsum. | + | Commands that directly read or affect parameters of in game units. |
<WRAP group> | <WRAP group> | ||
Line 698: | Line 700: | ||
===== Miscellaneous ===== | ===== Miscellaneous ===== | ||
- | |||
- | Lorem Ipsum. | ||
<WRAP group> | <WRAP group> |