Download: Rock, Paper, Scissors.rar
I've made it in.. FORMS!
It looks waay better now.
You'll need .NET FrameWork 2 or 3.5 to run this!
Screeenshoootss!
![]()
Download: Rock, Paper, Scissors.rar
I've made it in.. FORMS!
It looks waay better now.
You'll need .NET FrameWork 2 or 3.5 to run this!
Screeenshoootss!
![]()
lol, not the hardest thing to make in the world
iunno bout c#.
Gj though, it looks nice
Well yeah it's sort of my third ever application![]()
oh, then you did a great job =p
The form designing is incredibly easy, but the code like "if you click that button, then do this:" is kinda harder =]
The chances, how did you do it, with that I mean in % etc.
Like on random or 99% you losez0rs?
Nice job.
I really want to make soething like this but i dont know how to make forms.
Im working ona console app right now.
Any tuts on making forms?
Can't exactly show what I did in c# but in php it is:
Done it from the top of my head, but this is about it =]PHP Code:$var = rand(1, 300);
if ($var <= 100) { //33% chance to get rock/paper/scissors
ROCK
}
elseif ($var <= 200) {
PAPER
}
elseif ($var <= 300) {
SCISSORS
}
@Joser:
Forms are really easy, it's basically drag 'n drop, but it's the functions behind the 'click' that do the job
Nice Loving it xD
You should add like a money system to it