TI-BASIC:SK:Summary Games
From Learn @ Cemetech
Revision as of 18:12, 24 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Here is a basic summary of what you have learned from this chapter.
- The home screen has more than one form of output.
- The getKey command can be used to recognize a key press.
- Movement can be accomplished through the teamwork of getKey and ΔList(.
- Games use skeleton loop to accomplish its main functions.
- There are three special data types, matrices, lists, and strings, that can be used for special purposes, like map underlying, saving, and storing phrases.
- You can use random numbers to enhance game play.
Commands Introduced
- Output(
- GetKey
- Min(,Max(,Sum(,ΔList(
- Variance(
- FPart(
- DelVar,Archive,Unarchive
- Dim(
- SetUpEditor,∟
- Sub(,Expr(
- Rand,RandInt(,RandBin(,RandM(,RandNorm(
- Not(
<< Random Numbers | Table of Contents | Exercises >> |