TI-BASIC:SK:Summary Games

From Learn @ Cemetech
Revision as of 00:47, 25 February 2016 by Maintenance script (talk | contribs) (Automated internal link correction)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 >>