| 1 | === VIRTUAL ROBOTICS TRAINING === |
| 2 | Like everything else in 2020, software training for robotics has gone virtual! |
| 3 | |
| 4 | When you can't build, program, and battle real robots, the next best thing is to build, program, and battle virtual bots. This training makes extensive use of a virtual battle-bot simulator/environment developed by IBM called [https://robocode.sourceforge.io/ RoboCode]. The robots are programmed in a popular language called Java which is also used in real-world FRC robotics. This training will introduce you to Java and then help you build your skills by programming virtual robots and battling them in the !RoboCode arena. One you know some basic Java, you can grow your Robo Mojo by programming simple robots and battling them against automated trainer bots. As your skills grow you can battle against your teammates' bots or even enter international competitions. |
| 5 | |
| 6 | == Java == |
| 7 | There are many excellent online Java tutorials; check out the following and use the one you like: |
| 8 | * [https://www.sololearn.com/Course/Java/ Sololearn] |
| 9 | * [https://www.codecademy.com/learn/learn-java/ Code Academy] |
| 10 | * [https://edhesive.com/courses/apcs_java Edhesive] - you'll need to talk to a teacher or mentor to access this one |
| 11 | Once you're comfortable with Java basics, move on to the !RoboCode challenges below to test your skills! |
| 12 | |
| 13 | == !RoboCode == |
| 14 | * Installing !RoboCode |
| 15 | * The Arena |
| 16 | * Hello Robot! |