TI-BASIC:Techniques
From Learn @ Cemetech
Jump to navigationJump to searchThis article is part of the coding stage of the Development cycle. |
There are various techniques you can use within your program in order to emulate different elements used in games and math. Here is a list of techniques you can use to accomplish all the elements of a good game and more.
- Piecewise Expr's
- Friendly Windows
- Animation
- Custom Menus
- Cryptography (Codes and Ciphers)
- Saving Games
- Highscores
- Compression
- Making Maps
- Movement in Maps
- Custom Text Input
- Advanced Graphics
- Program Protection
- Look-Up Tables
- Self-Modifying Code
- Grouping Programs
- Subprograms
- Multiplayer
- Validation
- Recursion
- Assembly
<< Code Conventions | Overview | Commenting Code >> |