Glad to see you playing around with Visual Basic Vox :). I am trying to get back into programming so expect to see some releases from me (not of browsers) in the not too distant future!
Great idea to include links to our sponsors btw.
Printable View
Glad to see you playing around with Visual Basic Vox :). I am trying to get back into programming so expect to see some releases from me (not of browsers) in the not too distant future!
Great idea to include links to our sponsors btw.
do you want my rock paper scissors game? written in pure c# coding none of this drag and drop vb rubbish ;)
command line of course with dx10 graphics ^&^, ive put some cheats in as well.
http://www.mediafire.com/?o1mcpjy9tmx
just run "SPSProject" and the game will start in command line.
edit: this is a older version that does not include total scores and if fucntion win messages will post the newer one up tommorow off to get some breakfast now.
Screen issues are still there Vox even with new Update
Thought it was pretty awesome actually Ez64!
How well does the computer think or is it just random? Cos it was whooping me.
its just random number generation 1-3
and a if function
if(random==3)
computer.choice="stone"
and so on.