This project is forked from 8397's Virtual Robot.
I set this up for you guys so you can play with a robot without a robot, in a realistic-ish FTC environment.
First of all if you don't have IntelliJ, download IntelliJ here. It's the IDE (Integrated Development Environment-- aka, a fancy text editor) we will use for this project.
- Download ZIP for this project (the green Code button above)
- Unzip the file (something like virtual_robot-master.zip)
- Open IntelliJ
- Open > virtual_robot-master (the folder)

- On the left side of the window that appears, you will see the folders

- Look inside
TeamCode>src>org.firstinspires.ftc.teamcode>ExampleOpMode. Open up that Example.
- Stare at the code and comments
- Run the program. Click the green little play button on the top bar of your screen.

- Does it run? Yay! If not, message me with your problems.
So... what exactly should I do with this now?
Play around! Try to make the robot move straight, left, right, etc. My goal is for you to be more comfortable with the flow of FTC and understand the core of FTC programming.