Search Tools Links Login

Pocket Calculator using a State Transition Table


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 247 times

Categories

Visual Basic 6

Attachments

Pocket_Cal735684192002.zip
Posted: 9/3/2020 3:45:00 PM
Size: 19,249 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.