Thursday, March 19, 2009

Game Project Progress Report #6

There is now one URL only: http://www.billqualls.com/sim

To change levels, right-click on the panel and choose Level I, II, or III from the popup menu. At some point I hope to make the level selection more sophisticated (e.g. database driven).


I have also added an Audit feature: right-click on the panel and choose Audit from the popup menu. A dialog box will appear showing the contents of the code display, the register, the buckets, and the output display. For now, this can be used for printing your work.


The complete audit report appears as follows:

PROGRAM

1. Read
2. Store A
3. Read
4. Add A
5. Write
6. End
7. _

LEVEL

Level is 1.

REGISTER

The register has a value of 5

BUCKETS

Bucket A has a value of 2.
Bucket B is empty.
Bucket C is empty.
Bucket D is empty.
Bucket E is empty.

RESULTS

1. 5
2. Normal end.

No comments:

Post a Comment