Run your code here: https://www.w3schools.com/java/tryjava.asp?filename=demo_compiler
- 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
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.
- A limit to the number of tries the user can have
- Boundaries for the generated number (between a and b)