FIRST Tech Challenge Blocks: Difference between revisions
From ORTOP Wiki
m (Removed link to move it to subordinate page) |
(Bulletized list of links) |
||
Line 1: | Line 1: | ||
Blocks is a drag-and-drop graphical language specifically designed for programming ''FIRST'' Tech Challenge robots. It is based on Google's [https://developers.google.com/blockly Blockly]. | Blocks is a drag-and-drop graphical language specifically designed for programming ''FIRST'' Tech Challenge robots. It is based on Google's [https://developers.google.com/blockly Blockly]. | ||
[https://github.com/ftctechnh/ftc_app/wiki/Blocks-Tutorial ''FIRST'''s Tutorial on FTC Blocks] | * [https://github.com/ftctechnh/ftc_app/wiki/Blocks-Tutorial ''FIRST'''s Tutorial on FTC Blocks] | ||
[https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/blocks-programming-guide.pdf Blocks Programming Guide] | * [https://www.firstinspires.org/sites/default/files/uploads/resource_library/ftc/blocks-programming-guide.pdf Blocks Programming Guide] | ||
[http://www.ortop.org/ftc/BlocksProgramming/BlocksProgrammingReferenceManual.pdf Blocks Reference Manual] | * [http://www.ortop.org/ftc/BlocksProgramming/BlocksProgrammingReferenceManual.pdf Blocks Reference Manual] | ||
[https://www.youtube.com/playlist?list=PLEuGrYl8iBm4A4yrRcatGcK7q0od0LYov Blocks Video Tutorials] | * [https://www.youtube.com/playlist?list=PLEuGrYl8iBm4A4yrRcatGcK7q0od0LYov Blocks Video Tutorials] | ||
[[FTC Blocks Programming Resources|Programming Resources]] | * [[FTC Blocks Programming Resources|Programming Resources]] | ||
[https://ftcforum.firstinspires.org/forum/ftc-technology/blocks-programming ''FIRST'''s sub-forum that provides support for Blocks] | * [https://ftcforum.firstinspires.org/forum/ftc-technology/blocks-programming ''FIRST'''s sub-forum that provides support for Blocks] |
Revision as of 13:26, 3 September 2020
Blocks is a drag-and-drop graphical language specifically designed for programming FIRST Tech Challenge robots. It is based on Google's Blockly.