Coding

From RoboCo
Revision as of 21:33, 7 July 2022 by Wikiuser2 (talk | contribs) (Created page with " ==Getting Started== Programming is difficult, especially when you don't know where to start. While RoboCo and Filament Games don't offer resources to teach players the basics of Python, there are online resources that we recommend player should check out if they're interested in getting to know the language. In particular, we recommend [https://www.codecademy.com/learn/learn-python?utm_source=pepperjam&utm_medium=affiliate&utm_term=215171&clickId=4023389168&pj_creativ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Getting Started

Programming is difficult, especially when you don't know where to start. While RoboCo and Filament Games don't offer resources to teach players the basics of Python, there are online resources that we recommend player should check out if they're interested in getting to know the language. In particular, we recommend CodeAcademy's Learning Python course which teaches the fundamentals of the language AND is fully virtual! We also recommend reaching out to teachers at your scholastic institution to see if they have any available resources for you.

Step Description Example
Step 1 Add the microcontroller to your robot to access the script interface
Step 2 Choose to either create a new script or load an already-created script
Step 3 Assign your parts to ports manually or use the “automatically assign” button
Step 4 Press the play button (or spacebar)
Step 5 If an error occurs, use the in-game debug console to fix your code