Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 880 Bytes

File metadata and controls

19 lines (13 loc) · 880 Bytes

Iron Tiger Robotics - Team 4176 Software Training

Run your code here: https://www.w3schools.com/java/tryjava.asp?filename=demo_compiler

More Resources:

  • Code Academy: A great resource for beginners- interactive, do at your own pace coding lessons.
  • Ask mentors and returning software team members
  • WPILib: The special software FRC provides for us to control motors and sensors on the bot

Guessing Game

There is a folder called Guessing Game in which you will be able to make a simple game. The purpose of this game is for the person playing to guess what number was generated by the computer.

Rules

  • A limit to the number of tries the user can have
  • Boundaries for the generated number (between a and b)