Tree
This program draws a recursive tree using the "turtle" functions
pheading(), pturn() and pwalk().
View the source code here.
|
Taxi
This program draws an animation made with the Taxi bitmap
from the famous PalmOS easter egg.
View the source code here.
|
Plot
This program allows the user to write a function of x and
then plots a graph of it. It uses the powerful dostring() funtion,
that takes an string and interprets it as code.
View the source code here.
|
Chat
This program allows two users to chat over infrared. The whole program is
just a few lines of code and shows how easy is to work with UI and the
Serial Manager.
View the source code here.
|