Dice by DarkBasic Pro Guy3rd Jun 2004 19:11
|
---|
Summary This a pretty cool game Description This program is for QBasic. 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 |