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 = sk:random
+
|prevpage = TI-BASIC:SK:Random
 
|prevtitle = Random Numbers
 
|prevtitle = Random Numbers
|tocpage = starter-kit
+
|tocpage = TI-BASIC:Starter_Kit
 
|toctitle = Table of Contents
 
|toctitle = Table of Contents
|nextpage = sk:exercises-games
+
|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

<< Random Numbers Table of Contents Exercises >>