README.md

December 4, 2022 ยท View on GitHub

Pocket Calculator using a State Transition Table

Description

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.

More Info

Submitted On2002-04-19 15:26:00
ByULLI
LevelIntermediate
User Rating5.0 (20 globes from 4 users)
CompatibilityVB 6.0
CategoryMath/ Dates
WorldVisual Basic
Archive FilePocket_Cal735684192002.zip