This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-06-08 15:21:58

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Pygame math&pen conversion thing

Remember my Pen Art/math&pen projects? Probably not.
They are here.

Well, today I made something similar in Python using a little module called PyGame, which is quite a low level game framework for Python.

To view this, you will need:
1. Python 2.6 or higher, but below 3.0
2. PyGame 1.9 (get it from their site or your favourite package manager*)

*Package managers are only available on Linux and some other Unix-based systems.

And finally, the script itself can be downloaded from my Dropbox.

It has a shabang and is marked executable, so Linux users will be able to simply double-click it to run it (running in terminal allows you to see how long did the drawing take), and Windows users may experience problems with particularly egregious antiviruses.

I'd like to hear what you think about this.


Converting my Scratch projects to Python!

Offline

 

Board footer