Create any number of independent Flode charts
This Unit is not a teaching Unit. It's main purpose is to allow students to add and run their own Flode charts.
-
The public GitHub repository for this unit can be found at https://github.com/codio-content/Flode-Playground.
-
For more information on other units and modules in the An Introduction to Programming course go to Course-:-Introduction-to-Programming
-
More information on other Codio Courses, how you can collaborate and other useful information can be found in our Information Wiki.
To create a new Flode chart, please follow these steps.
- Select the 'File' menu item at the top of this page.
- Select 'New File' from the drop down menu.
- In the dialog that appears, locate the 'File Name' field.
- Enter 'newfilename.flode' in this field, where 'newfilename' is a name you choose for your file.
- Press 'OK' and the new chart should appear.
It is important that whatever file name you choose has the extension '.flode'. This is how Codio knows to create a Flode chart.
You can close a Flode chart at any time. You don't need to save it as Flode charts are saved automatically.
To open a Flode chart, look over to the left. You will see any flode charts listed there.
Click on the file to open it and start editing.
License
The MIT License (MIT)
Copyright (c) 2016 Codio
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.