New Kojo Release — Version Aug-31-2011

A new release of Kojo (Version: 310811-1) is out. Highlights:

  • A Scala upgrade – version 2.9.1.final is bundled.
  • Turtle commands for Staging shapes. Here’s an Example:
import Staging._ 
clear() 
val sp = sprite(0, 0, "/home/lalit/image/casper.jpg") 
animate { 
    sp.forward(1) 
    sp.towards(mouseX, mouseY) 
}
  • New commands: repeatWhile() and repeatUntil()
As always, the new version is available on the Kojo Download Page. Enjoy!
Advertisement
This entry was posted in News, Release. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s