alessaba / scene-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scene-tutorial

This is a very basic pythonista scene tutorial with some easy exercises.

beginner001.py - Draws a blue background up to 60 times a second.
beginner002.py - Draws a blue background up to 20 times a second.
beginner003.py - Adds a filled rectangle to a Pythonista scene.Scene.
beginner004.py - Demonstrates how to keep users touching the screen.
beginner005.py - Touching a rectangle changes it's color.
beginner006.py - Adding a scene.Layer to a Pythonista scene.Scene.

About