Difference between revisions of "TI-BASIC:SK:Summary Games"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
(Automated internal link correction) |
||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
{{Template:TI-BASIC:Next-prev | {{Template:TI-BASIC:Next-prev | ||
− | |prevpage = | + | |prevpage = TI-BASIC:SK:Random |
|prevtitle = Random Numbers | |prevtitle = Random Numbers | ||
− | |tocpage = | + | |tocpage = TI-BASIC:Starter_Kit |
|toctitle = Table of Contents | |toctitle = Table of Contents | ||
− | |nextpage = | + | |nextpage = TI-BASIC:SK:Exercises_Games |
|nexttitle = Exercises}}[[Category:TI-BASIC]] | |nexttitle = Exercises}}[[Category:TI-BASIC]] | ||
[[Category:TIBD]] | [[Category:TIBD]] |
Latest revision as of 00:56, 25 February 2016
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 >> |