Search the Community
Showing results for tags 'paper'.
-
Challenge: Create the smallest number lines of AutoIt code to create a paper, rock, scissors game in which you ask for the user's choice and generate a random result for the computer. Good luck. Note: Mat can't play in this game. Sorry! If this needs to be moved then by all means move it to an...
-
Created in only 2 lines. The first Console.WriteLine() is not included as it's there just to report the valid values. using System; namespace RockPaperScissorsFinal { internal class Program { private static void Main() { Console.WriteLine("(1) Rock \n(2) Paper \...