I use a open classic 99 emulator for the basic code. A open emulator for editor assembler. And a open emulator for the loader.
So I have all three instances open and share the same files between the three instances of Classic 99. It is like having 3 TI994/a connected to the same disk drive.
So the challenge for this contest is to see who can be the most creative with file sharing. Use any language you want. Different languages for difference instances if you want. But you must send information thru a file from one instance of Classic 99 to at least one other instance of Classic 99.
You can use as many instances of Classic 99 as you want as long as it is at least 2.
I dont want to just see a data base either, I'm hoping to see emulated server/ client functions for games or maybe something displayed on one instance based on what happens on the other instance. Maybe a game with graphics in one instance and data in another.
To show you what I mean I have created 2 basic programs, One you input a string and then the other displays it.
Run this one in one Classic 99 window to enter a string.
10 OPEN #1:"DSK1.FILE",UPDATE 20 INPUT "ENTER A STRING:":A$ 30 PRINT #1:A$ 40 CLOSE #1 50 GOTO 10
Run this in another Classic 99 window to display what you entered in the other one.
10 OPEN #1:"DSK1.FILE",UPDATE 20 INPUT #1:A$ 30 PRINT A$ 40 CLOSE #1 50 GOTO 10
Good luck and think outside the BOX on this one.
John




Send me a message
Find content
Male



