Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Programming tutorial to introduce to Legacy SB API

Notifications You must be signed in to change notification settings

sourcebots/programming-tutorial

Repository files navigation

Sourcebots Programming Tutorial

CircleCI

Programming tutorial for Sourcebots to introduce people to the kits API. As well as basic tasks to introduce people to the course structure.

Installation

  1. Clone the project
  2. Open it in Pycharm EDU
  3. ???
  4. Bees?
  5. Profit!

Exporting

Note: This must be built on Windows, checked out with autocrlf, because line endings.

  1. Right click the project in Tree View
  2. Course Creator -> Generate Course Archive
  3. Save resulting Sourcebots_Programming_Tutorial.zip file
  4. Run process.sh script to process course file
  5. ???
  6. Bees?
  7. Profit!

Running Exported Tutorial

  1. Create New Project in Pycharm EDU, type Educational
  2. Select the cog next to Courses, Add local course, find the exported .zip file.
  3. Click Create
  4. ???
  5. Bees?
  6. Profit!

Basic Python Tutorial

Writing a whole new tutorial for Python isnt worth it, so here's some resources to learn basic Python.

Documentation

This tutorial should match the documentation.