A Very Simplistic Rock Paper Scissors Game in Visual Basic .NET
This game was assembled with the following technologies:
-
Visual Studio 2008
-
Windows Mobile 5.0 SDK
root folder > SmartDeviceProject3 (Folder), RockPaperScissors.exe
SmartDeviceProject3 contains the main source code.
RockPaperScissors is the executable.
When you launch the program, you should see a screen that says, "Choose Your Move", then some Radio buttons with choices of "Rock", "Paper", "Scissors", and a "Go!" button.
When prompted to "Choose Your Move", select Rock, Paper, or Scissors. Then press the "Go!" button.
It should look something like this (A rough approximation):
-
Rock
-
Paper
-
Scissors
Go!
I actually made this a year or 2 ago, on an old Windows XP Computer, and learned that the program works on Windows 10! So if I had to guess, I'd assume that the compatibility of this program is from Windows 2000/XP - Windows 10 (Including Windows Mobile - NOT WINDOWS PHONE!).