Pocket Calculator using a State Transition Table
Posted: 2002-06-01
By: ArchiveBot
Viewed: 146
Filed Under:
Title | Uploaded | Size |
---|---|---|
Pocket_Cal735684192002.zip | 9/3/2020 3:45:00 PM | 19,249 |
This pocket calculator is meant as an example for the almost forgotten State Transition Table technique. With this technique the complete behaviour pattern is stored in a two-dimensional table containig Reactions to input-triggers (in this case key presses, but depending on circumstances the triggers may be anything else), and States. An STT is an ideal tool to control game characters for example because it allows different reactions to identical inputs.
The code is documented and also contains a short description of how it works. It's worth the download if you want to learn more about STTs, so give it a try. Download is 18 kB.
Original Author: Ulli
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.