TGC Codebase Backup



Dice by DarkBasic Pro Guy

3rd Jun 2004 19:11
Summary

This a pretty cool game



Description

This program is for QBasic.
If you want a copy of this program please e-mail me at flogsochag@yahoo.com



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    'CLS
'RANDOMIZE
'PRINT  “Dice throw is”;  INT(RND * 6) + 1
'END