Is there a way to imprt a python program into flash, so that you would get what you would see in python, but in .swf file
(I'd like to make a text-only game for Kongregate)
Printable View
Is there a way to imprt a python program into flash, so that you would get what you would see in python, but in .swf file
(I'd like to make a text-only game for Kongregate)
Well you can try adobe's alchemy http://labs.adobe.com/downloads/alchemy.html.
Also, I think "ming", might have wrappers for python too, but I personally don't have any info on it.
And there was a project to convert python code to flex, but I am not sure if it will be of any help. http://code.google.com/p/flex-pypy/
The best way is to manually rewrite the code for flash.
I thank you dearly! Alchemy doesn't work, and I don't need flex, but ming shows lots of promise, and the maker seems like an awesome guy. (I can't find out more right now this isn't my computer.) Kudos to you for giving me multiple answers.