Rogue's Magic 8Ball
Magic 8Ball v2.5 is essentially 8ball 2, in a GUI, with an about screen.
Edit By John to include zip file and remove raw code.
Search found 4 matches
- Wed Feb 23, 2005 5:27 am
- Forum: Games
- Topic: Rogue's Magic 8Ball ver2.5
- Replies: 0
- Views: 4744
- Sat Jan 29, 2005 9:07 pm
- Forum: Utilities
- Topic: Calc-JB v0.08
- Replies: 0
- Views: 5239
Calc-JB v0.08
a gui experiment, keep me away from console apps.
-- Rogue
Excelsior!!
Edit By John to include zip file and remove raw code from the Files Archive.
-- Rogue
Excelsior!!
Edit By John to include zip file and remove raw code from the Files Archive.
- Thu Jan 27, 2005 4:44 am
- Forum: Utilities
- Topic: register basic v0.01
- Replies: 0
- Views: 5480
register basic v0.01
my cash register program. have fun.
--rogue
Edit By John to include zip file and remove raw code.
--rogue
Edit By John to include zip file and remove raw code.
- Thu Jan 27, 2005 4:40 am
- Forum: Games
- Topic: diceROLLER v0.01
- Replies: 0
- Views: 4202
diceROLLER v0.01
heres a quickie prog for ya.
'another quickie by Rogue_magi2000@yahoo.com
'diceRoller alpha
[start]
print "diceRoller Alpha"
print "by rogue_magi2000@yahoo.com"
input "Press Enter to continue or 'E' to exit" ; dummy$
If Upper$(dummy$) = "E" Then [end]
[shakeDICE]
cls
input "Type in a ...
'another quickie by Rogue_magi2000@yahoo.com
'diceRoller alpha
[start]
print "diceRoller Alpha"
print "by rogue_magi2000@yahoo.com"
input "Press Enter to continue or 'E' to exit" ; dummy$
If Upper$(dummy$) = "E" Then [end]
[shakeDICE]
cls
input "Type in a ...